Is voice chat enabled or disabled?

whenever i playtest my game it says “voice chat only enabled for games with 30 or less players” or something
my game has 10 players max tho
and theres this huge warn chunk in my output that seems to be about voice chat…?

is it on or is it off? i want it to be off. do i need to be worried about the warn chunk?

" 19:03:11.785 Signal:Connect() has been deprecated, use Signal:connect()
CorePackages.AppTempCommon.Common.Signal:61 function Connect
CorePackages.RoactUtilities.ExternalEventConnection:34 function didMount
CorePackages.Packages._Index.Roact.Roact.Component:340 function __mount
CorePackages.Packages._Index.Roact.Roact.createReconciler:408 function mountVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:115 function updateChildren
CorePackages.Packages._Index.Roact.Roact.createReconciler:144 function updateVirtualNodeWithChildren
CorePackages.Packages._Index.Roact.Roact.RobloxRenderer:213 function mountHostNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:404 function mountVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:115 function updateChildren
CorePackages.Packages._Index.Roact.Roact.createReconciler:144 function updateVirtualNodeWithChildren
CorePackages.Packages._Index.Roact.Roact.createReconciler:368 function mountFragmentVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:412 function mountVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:115 function updateChildren
CorePackages.Packages._Index.Roact.Roact.createReconciler:149 function updateVirtualNodeWithRenderResult
CorePackages.Packages._Index.Roact.Roact.Component:336 function __mount
CorePackages.Packages._Index.Roact.Roact.createReconciler:408 function mountVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:115 function updateChildren
CorePackages.Packages._Index.Roact.Roact.createReconciler:149 function updateVirtualNodeWithRenderResult
CorePackages.Packages._Index.Roact.Roact.Component:336 function __mount
CorePackages.Packages._Index.Roact.Roact.createReconciler:408 function mountVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:115 function updateChildren
CorePackages.Packages._Index.Roact.Roact.createReconciler:149 function updateVirtualNodeWithRenderResult
CorePackages.Packages._Index.Roact.Roact.Component:336 function __mount
CorePackages.Packages._Index.Roact.Roact.createReconciler:408 function mountVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:115 function updateChildren
CorePackages.Packages._Index.Roact.Roact.createReconciler:144 function updateVirtualNodeWithChildren
CorePackages.Packages._Index.Roact.Roact.RobloxRenderer:213 function mountHostNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:404 function mountVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:115 function updateChildren
CorePackages.Packages._Index.Roact.Roact.createReconciler:149 function updateVirtualNodeWithRenderResult
CorePackages.Packages._Index.Roact.Roact.Component:336 function __mount
CorePackages.Packages._Index.Roact.Roact.createReconciler:408 function mountVirtualNode
CorePackages.Packages._Index.Roact.Roact.createReconciler:444 function mountVirtualTree
CoreGui.RobloxGui.Modules.VoiceChat.VoiceChatServiceManager:449 function createPromptInstance
CoreGui.RobloxGui.Modules.VoiceChat.VoiceChatServiceManager:464 function showPrompt
CoreGui.RobloxGui.Modules.VoiceChat.VoiceChatServiceManager:226 function userAndPlaceCanUseVoice
CoreGui.RobloxGui.Modules.VoiceChat.VoiceChatServiceManager:390
CorePackages.Packages._Index.Promise.Promise:151 function runExecutor
CorePackages.Packages._Index.Promise.Promise:295"
that is the warn chunk lol

Don’t worry about it, that’s just a roblox glitch in the core scripts that shouldn’t affect your game. It’ll probably be resolved soon.

but it is turned off, right? i mean it says its off in the game settings but

Yeah, it happens to everybody for some reason. It appears on my places as well.

thats the exact same thing i got and the datastore wasnt working also

yh i created a datastore script and it didnt save data

Currently also having the same bug with offline files that I haven’t changed

That’s probably unrelated to the error message.

i created a datastore right and when i leave the game and rejoin the data didnt store and it was giving me the same error message everytime

That seems like another problem, I’d recommend making a new topic about that with more detail.

i got the same error message as him.

i got the same data store for all my game. it worked in the past but now im getting errors

That error message appears every time a place is opened, so it is very unlikely that it has something to do with your datastores. Either way, you should probably still create a new topic about your issue.

Datastores are working fine for me, must be something with your script or a rare occurrence.

my data store saves the data in the past and now its not saving. i know its not a script error because i use it in my other games. (btw its not just voice chat, its also datastore)