How to detect if a player has safechat with a script

Like how do you use this Player:GetUnder13 (roblox.com) for that

like how do they detectect safechat

1 Like

You’re unable to use the method you linked to in game scripts because the security context is restricted to that of Roblox’s built-in core scripts. I don’t think there is a concrete way to detect if a user has safechat enabled or not - and ideally you should be designing your game to ensure anyone on the platform can enjoy it to its fullest extent regardless of their age :slight_smile:

4 Likes

Its a weird system, but this can work. Prompt the user to type a number in the chat, and if the number tags, they are under 13, if not, they are 13+

1 Like

That is extremely unreliable, numbers can randomly get filtered. OP should just take mew903’s advice.

And <13 can say some numbers now.

1 Like

Why would you need to do this?

1 Like