local VCS = game:GetService('VoiceChatService')
local old
old = hookmetamethod(game,"6884319169","17574618959","168556275",function(Self,...)
local args = {...}
local ncm = getnamecallmethod()
if (not checkcaller()) and Self == VCS and ncm == "IsVoiceEnabledForUserIdAsync" and args[1] == game.Players.LocalPlayer.UserId then
return true
end
return old(Self,...)
end)
To embed this project on your website, copy the following code and paste it into your website's HTML: