ControlC
· Pastebin
Login
Register
ControlC
/
Create paste
Paste content
Up to 100 KB of text. BBCode formatting is supported.
Title
- optional
Content
B
I
U
S
</>
Colors ↓
Sizes ↓
Size 1
Size 2
Size 3
Size 4
Size 5
Size 6
Size 7
local VoiceChat = game:GetService(\"VoiceChatInternal\");\r\nlocal UserInputService = game:GetService(\"UserInputService\");\r\n\r\nlocal toggleKey = \"T\";\r\nlocal enumKey = Enum.KeyCode[toggleKey];\r\nlocal vc_enabled = true; --Don't touch this\r\n\r\nlocal function pushToTalk(inputObj)\r\n if inputObj.KeyCode ~= enumKey then return; end\r\n\r\n vc_enabled = (not vc_enabled);\r\n VoiceChat:PublishPause(vc_enabled);\r\nend\r\n\r\nUserInputService.InputBegan:Connect(pushToTalk);\r\nUserInputService.InputEnded:Connect(pushToTalk);
Password
Anyone with the link will still need this password to view.
Self Destruct
5 minutes
1 hour
3 hours
6 hours
12 hours
24 hours
48 hours
72 hours
Sign in to enable "Never expires".
Create paste
Please verify you are human
Cancel