Any way to disable classic chat but still make it so you can type when you press “/”.
Do you mean a chat but without the box for seeing everyone else’s messages?
If so, you should be able to find the setting in the Chat instance/object, as the property “LoadDefaultChat”
Ok , so i know that but as soon as you do that you can not type when you press “/” anymore.
If you mean completely disabling chat, use the code below, found at
https://developer.roblox.com/en-us/articles/Disabling-Parts-of-Game-Interface
local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)
and to re-enable it, replace the false
with true
1 Like
Nope he’s not talking about that at all. I would type it out manually however I’m busy and there is a post with a list of chat toggles at the post below.