I want to add commands to my game, and I already have that functional; by using player.Messaged
. But how do I disable chat?
I know there’s a property in Chat
called ChatEnabled
, or something similar. But how do I disable someone’s chat locally?
If you have any suggestions or solutions, please comment them down below. Thank you.
By disabling do you mean making it invisible?
You can do that with this piece of code:
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)
I meant so players can’t message, and the actual chat button disappears.
system
(system)
Closed
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.