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

How to remove the chat?

Asked by 10 years ago

I have made a chat GUI, and it works, but I don't know how to remove the standard roblox chat gui?

0
This isn't scripting, Go to the explorer and find chat then in properties there should be something to disable it. samg10018 0 — 5y

2 answers

Log in to vote
0
Answered by
duckwit 1404 Moderation Voter
10 years ago

The method that you are looking for is called setCoreGuiEnabled and you use it like this from inside a LocalScript:

game.StarterGui:setCoreGuiEnabled("Chat",false)

You can disable other CoreGui elements as well, such as "PlayerList","Backpack", and "Health", or you can enable/disable them all using the "All" identifier.

1
StarterGui not StarterPack 1waffle1 2908 — 10y
0
Thanks, missed that. duckwit 1404 — 10y
0
that didn't disable the chat?\ NinjoOnline 1146 — 10y
Ad
Log in to vote
-1
Answered by
OniiCh_n 410 Moderation Voter
10 years ago

If you want to use your chat GUI, but have the chat bubbles above players' heads, simply go into the games "Configure" page and set the chat to "Bubble Only"

Answer this question