How to check if player is verified/elligible for voice chat?

Hello.

I was wondering if there was a way to tell if a specific player was elligible for voice chat (has voice chat turned on in settings). Specifically with a script, client or server is both fine.

I think IsVoiceEnabledForUserIdAsync is what you’re looking for.

2 Likes

This function works but it’s not yet implemented server-side. So you must use it in LocalScripts.

1 Like