I am play testing in studio and a few seconds after starting, this error occurs.
It happens regardless of VC being enabled or disabled.
Chat & Topbar is also disabled in-game (by script)
I don’t know if that has anything to do with it.
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false);
game.StarterGui:SetCore("TopbarEnabled", false);
13:23:29.260 CoreGui.RobloxGui.Modules.VoiceChat.VoiceChatServiceManager:736: attempt to index boolean with 'voiceSettings' - Client
13:23:29.260 Stack Begin - Studio
13:23:29.260 Script 'CoreGui.RobloxGui.Modules.VoiceChat.VoiceChatServiceManager', Line 736 - function VoiceChatFirstTimeUX - Studio
13:23:29.261 Script 'CoreGui.RobloxGui.CoreScripts/VoiceDefaultChannel', Line 123 - Studio
13:23:29.261 Stack End - Studio
Yes, I do have general access to VC.
Expected behavior
I don’t expect this error to occur.