local Players = cloneref(game:GetService("Players"))
local Chat = cloneref(game:GetService("Chat"))
local TextChatService = cloneref(game:GetService("TextChatService"))
local VoiceChatService = cloneref(game:GetService("VoiceChatService"))
local LocalPlayer = Players.LocalPlayer
local UserId = LocalPlayer.UserId
while task.wait() do
Chat:RequestModerationModeEnabled(true)
Chat:ReconcileCommunicationAccess()
TextChatService:setModerationModeEnabled(UserId, true)
VoiceChatService:joinVoice()
end
Comments
Join the discussion about this script.
I waited for a few minutes, and I COULDN'T use vc, but other people still could, this is really weird.
not working btw
why did you bump ur script