Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-2

How to remove chat?

Asked by 10 years ago

How can I remove the default chat, so my own custom chat appears?

1 answer

Log in to vote
5
Answered by 10 years ago

Use the SetCoreGuiEnabled method of StarterGui in a LocalScript to disable the Chat GUI like so:

Game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)
0
So does the localscript go in workspace? NinjoOnline 1146 — 10y
0
No, put it in the StarterGui. Articulating 1335 — 10y
0
ok, but how can i chat now? I need it so you can still chat messages, but it dosent display the messgae. I have something like dummiez flappy bird has, where it is a custom chat NinjoOnline 1146 — 10y
1
Oh. Go into the permissions section of your game configurations, and change "Chat type" to "Bubble". Articulating 1335 — 10y
Ad

Answer this question