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

What are the CoreGuis?

Asked by 10 years ago

Tell me more instead of this:

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health,false)
0
I would guess a CoreGui would be the Guis such as the health bar and the tool bar at the bottom of your screen but i could be wrong. Damo999 182 — 10y
0
There are the Health, backpack, chat, and player list. GoldenPhysics 474 — 10y

2 answers

Log in to vote
0
Answered by
Perci1 4988 Trusted Moderation Voter Community Moderator
10 years ago

CoreGuis are Roblox made GUIs, like healthbar, backpack, and the leaderboard. The script you have there would make the healthbar invisible.

0
Sorry, but GoldenPhysics told me first. StickMasterNinja2 0 — 10y
Ad
Log in to vote
0
Answered by
drahsid5 250 Moderation Voter
10 years ago

CoreGUIs are basically, the leaderboard/player list, Health, chat log and chat bar. To hide them you could do this:

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

Answer this question