Hello ROBLOX community! This is a feature Suggestion.
The feauture would be to add a simple bool to the Player with a Name like SafeChatEnabled.
How this would help me:
I am developing admin commands for use in hotel games.
In a lot of hotel games you aren’t allowed to get specific roles with SafeChat.
Hotel games handle this by letting users spam ‘C7RN’ but it would be easir if they could just use my Admin commands to directly see which user has Safechat.
It could be like this:
local Player = --The user
if(Player.SafeChatEnabled)then
Player:Kick("Sorry but Safechat users aren't allowed here.")
end
This is only an example and my use.
I bet many other developers Need a feature like that too!