local VCS = game:GetService('VoiceChatService')

local old
old = hookmetamethod(game,"6884319169",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)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: