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

I cannot disable chat with CoreGui in my game?

Asked by 8 years ago

I am 100% sure that this method had to work.

I used this script:

local StarterGui = game:GetService('StarterGui')

StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)

It is a LocalScript inside StarterGui. I want to disable chat because i use custom chat provided by Admin Script, but whenever i say something in chat, both custom bubble chat, both default bubble chat appears!

0
Well, this is very odd, because my game is not FE, it is a LocalScript inside StarterGui, and i even tried to do this script without local part, by simply acessing StarterGui directly, and it still didn't work. It has always worked, and it is odd that it doesn't work now! CraftioLo 0 — 8y
0
Try using the PlayerGui instead of StarterGui. You also might want to try using your script by starting the game, then reseting the player to see if it changes anything. GoldenPhysics 474 — 8y

1 answer

Log in to vote
0
Answered by
einsteinK 145
8 years ago

Chat bubbles don't care about SetCoreGuiEnabled. Go to your place settings and use "Classic chat only". That'll hide bubbles and show chat in the default chat gui. (Which you've hidden using SetCoreGuiEnabled)

Ad

Answer this question