CoreGui.RobloxGui.Modules.VoiceChat.VoiceChatServiceManager Erroring

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.

2 Likes

Hey, thanks for bringing this to our attention! A fix for this will be out ASAP

1 Like

Hello! Our team has released a fix and we believe it should stop this error from occurring. Could you confirm if you’re still seeing this issue?

Hello. It has now been fixed.
Thanks