Check if a player is a safe-chatter?

How would you go about checking if a player is a safe-chatter?

i.e.
If player:IsSafeChatter then print("Safe chatter") else print("Can chat") end

1 Like

http://wiki.roblox.com/index.php?title=API:Class/Chat/CanUserChatAsync

4 Likes

Perfect, thanks.