Check if a player has chat disabled

Is it possible to check if a player has the chat feature disabled? I’m working on a game that heavily relies on chatting but need to check if a player has disabled the chat feature in their ROBLOX settings or has any restrictions set so they cannot access it.

Thanks

1 Like

Assuming you are using TextChatService, you can just use:
CanUserChatAsync

Perfect haha, no idea why I didn’t stumble across that when searching. Thanks!

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