Voice Chat no longer works in Roblox Studio

Hi!

The last days, voice chat no longer works in Roblox Studio. It still works in game. It doesn’t works in old like in new place I’ve created. It says me “Not eligible for voice chat” then I have confirmed my identity and I have the necessary age to use this service. Voice chat works correctly in all games in Roblox Player.

Voice chat is enabled.

When I call VoiceChatService:IsVoiceEnabledForUserIdAsync(localPlayer.UserId), it return that my voice chat is enabled (same in studio).

What’s the problem?
I tried to disconnect, reinstall studio, create new place… but no solutions work.

I don’t know in which category I have to post this topic, please contact me if you know where I have to post my topic.

7 Likes

hi, this should go in #bug-reports but it makes sense to post it here if you don’t have access.

2 Likes

Also, maybe try it in a team test with a friend, ad that could fix it.
It might be a bug with the player count.

1 Like

Yeah I tried Team Test but no changes…
I saw this post and I think Its the same problem.
I dont have access to #bug-reports so I can’t post this bug…

I have found the problem.

First, don’t forget to set “UseAudioAPI” in VoiceChatService on “Enabled”.
With the new audio API, you must manually (in Studio in all case) turn “AccessType” on “Allow” for the AudioDeviceInput in the player.


Congratulations on finding the solution

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.