Skip to content

Commit 3437d6a

Browse files
IgnisRBXrbxphogen
andauthored
Update content/en-us/chat/voice-chat.md
Co-authored-by: rbxphogen <[email protected]>
1 parent 2ab1b6b commit 3437d6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ local Teams = game:GetService("Teams")
5555

5656
local function findAudioInput(forPlayer : Player) : AudioDeviceInput?
5757
-- Assumes there is only one AudioDeviceInput per player, parented to the Player object
58-
-- May need to be reworked for generality if your place does not match this
58+
-- This is provided for you if VoiceChatService.EnableDefaultVoice is true
59+
-- May need to be reworked for generality if your place puts AudioDeviceInput objects elsewhere
5960
return forPlayer:FindFirstChildWhichIsA("AudioDeviceInput")
6061
end
6162

0 commit comments

Comments
 (0)