Skip to content

Commit 179a17d

Browse files
authored
Update content/en-us/chat/voice-chat.md
1 parent 4cc43d6 commit 179a17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/chat/voice-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Players.PlayerAdded:Connect(onPlayerAdded)
128128
```
129129

130130
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-
```
131+
```lua
132132
local me = game:GetService("Players").LocalPlayer
133133

134134
local function onDescendantAdded(descendant : Instance)

0 commit comments

Comments
 (0)