Is it possible to detect if player has access to chat?

now that roblox has disabled chat for certain countries (and i think for younger users? im not sure if this is in effect), certain parts of a game im making are broken for people without chat

is there a way to check if the player has access to chat? i was thinking of policyservice but it doesnt seem like that has a method of checking (from what ive read at least)

You’re probably looking for this:

https://create.roblox.com/docs/reference/engine/classes/TextChatService#CanUserChatAsync

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