Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- execute this after u unmute ur mic ofc
- local v = game:GetService("VoiceChatService")
- local i = game:GetService("VoiceChatInternal")
- local r = clonefunction(getgenv().replicatesignal)
- local id = v:getInternalSessionId()
- if not r then
- warn("your executor isnt supported!") return
- end
- r(v.VoiceChatPlayerMuteStateChangedClientToServer,Enum.MuteState.Muted)
- r(v.PublishStateChange,Enum.MuteState.Muted,id)
- i:PublishPause(false)
- task.wait()
- r(v.VoiceChatPlayerMuteStateChangedClientToServer,Enum.MuteState.Muted)
- r(v.PublishStateChange,Enum.MuteState.Muted,id)
Advertisement
Add Comment
Please, Sign In to add comment