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 2ab1b6b commit 3437d6aCopy full SHA for 3437d6a
content/en-us/chat/voice-chat.md
@@ -55,7 +55,8 @@ local Teams = game:GetService("Teams")
55
56
local function findAudioInput(forPlayer : Player) : AudioDeviceInput?
57
-- 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
+ -- 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
60
return forPlayer:FindFirstChildWhichIsA("AudioDeviceInput")
61
end
62
0 commit comments