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

How do i make the health bar disappear?

Asked by 10 years ago

It won't disappear I want it to disappear because I created a healthbar of my own Well heres the script that was supposed to make the health bar go away.

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

2 answers

Log in to vote
1
Answered by 10 years ago
game.StarterGui:SetCoreGuiEnabled(1, false)

Hope I helped :)

Other Core Gui's

Ad
Log in to vote
0
Answered by 10 years ago

You did it right... Just put that in a localscript in the starterpack.

Answer this question