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

How do I hide the coreGUI? Chat, Playerlist, Backpack, etc

Asked by 8 years ago

So basically I've been having a problem where I can't see the coreGUI due to a huge error, and because of that I think I should just make everything myself through scripting, like custom playerlist, chat, etc.

But I have no idea how to hide the main coreGUI, so does anyone here know?

0
This was asked over 6.022e23 times Redbullusa 1580 — 8y

1 answer

Log in to vote
1
Answered by 8 years ago

Well, you can hide everything at once by using SetCoreGuiEnabled.

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)

You can also replace 'All' with other single things like 'Chat' or 'PlayerList'.

Hope this helped.

Ad

Answer this question