We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc43d6 commit 179a17dCopy full SHA for 179a17d
content/en-us/chat/voice-chat.md
@@ -128,7 +128,7 @@ Players.PlayerAdded:Connect(onPlayerAdded)
128
```
129
130
You may not want players to hear themselves; in that case, the above script should be combined with a local script along the lines of
131
-```
+```lua
132
local me = game:GetService("Players").LocalPlayer
133
134
local function onDescendantAdded(descendant : Instance)
0 commit comments