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

How do I remove the ChatGui with CoreGuiEnabled? [ SOLVED ] [closed]

Asked by 10 years ago

Okay. I have tried this

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

and

game.StarterGui:SetCoreGuiEnabled(3, false)

But it didn't work.

1
Was it in a local script? ultrabug 306 — 10y
0
Adding on to ultrabug, was it also in a place where the client would run it, like StarterGui (as it's copied into the player gui, where it'll run)? User#2 0 — 10y
0
Yes, ultra is was in a local script. 18cwatford So I put it in startergui? fireboltofdeath 635 — 10y
0
You can try inserting it into the Starterpack service. Misclear 95 — 10y
View all comments (2 more)
0
Okay into starterpack.. fireboltofdeath 635 — 10y
0
Please whoever has 40 reputation vote my Lock moderation. It's for preventing spam and unwanted comments or answers fireboltofdeath 635 — 9y

Locked by fireboltofdeath, TofuBytes, Aethex, adark, and BlueTaslem

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

2 answers

Log in to vote
1
Answered by 10 years ago

game.StarterGui:SetCoreGuiEnabled("PlayerList", false) in localscript, in StarterGui

0
Never worked but I found out how. The dude put it as command so I can't accept it... fireboltofdeath 635 — 10y
Ad
Log in to vote
1
Answered by 10 years ago
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)

I think this should work, its edited from the Wiki