MaxproGlitcher

unmute test Script code

Apr 19th, 2026
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. -- execute this after u unmute ur mic ofc
  2.  
  3. local v = game:GetService("VoiceChatService")
  4. local i = game:GetService("VoiceChatInternal")
  5. local r = clonefunction(getgenv().replicatesignal)
  6. local id = v:getInternalSessionId()
  7. if not r then
  8. warn("your executor isnt supported!") return
  9. end
  10.  
  11. r(v.VoiceChatPlayerMuteStateChangedClientToServer,Enum.MuteState.Muted)
  12. r(v.PublishStateChange,Enum.MuteState.Muted,id)
  13. i:PublishPause(false)
  14. task.wait()
  15. r(v.VoiceChatPlayerMuteStateChangedClientToServer,Enum.MuteState.Muted)
  16. r(v.PublishStateChange,Enum.MuteState.Muted,id)
Advertisement
Add Comment
Please, Sign In to add comment