How to get VoiceChatService

I’ve watched several videos on how to get the VoiceChatService into my explorer, but each one says to go into File → Beta Features → Enabled New Audio API.

However, this doesn’t exist at all in my studio and I’m loosing my mind over it. Is there a way to fix this or is my account somehow banned from a beta feature (if that’s even possible)?


image

1 Like

I suspect that it is out of beta now.
You can access it in code using game:GetService("VoiceChatService").
To access it in studio, I believe you need to enable this studio setting
image
Note that this adds a bunch of objects, beyond just VoiceChatService

1 Like

This feature is fully rolled out now. You can access it through script by getting the service. Just as mentioned above.

I assume that you want VoiceChatService to be shown in the Explorer.
To do that, right click on the Explorer and press Show Services…
This will show the Insert Service menu. Now select VoiceChatService and press Insert.
InsertService
Now VoiceChatService should be shown in the Explorer!

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