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

How to remove Classic/Bubble Chat?

Asked by
blowup999 659 Moderation Voter
9 years ago

Is there anyway to remove BOTH Bubble chat and Classic chat? Because I know you can do one or the other but I'm not sure about both.

1 answer

Log in to vote
1
Answered by 9 years ago

Well, to remove both, you would first set your game settings (Advanced Settings>Chat Type: Classic), then put the following to disabled the Chatbar;

repeat wait(0)until game.Players.LocalPlayer
game:GetService("StartGui"):SetCoreGuiEnabled("Chat", false)

Hope this helped! And its been a while Blow. ;)

1
StartGui or StarterGui? blowup999 659 — 9y
0
StarterGui. BlueTaslem 18071 — 9y
Ad

Answer this question