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

How do you remove the Roblox Health GUI?

Asked by 7 years ago

The GUI at the top right of the screen for the player's health. Is it possible to remove it? If so then how?

2 answers

Log in to vote
4
Answered by
itsJooJoo 195
7 years ago
Edited 7 years ago

Put this LocalScript in StarterPlayerScripts (Or anywhere in the client really):

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

Here's some more help onSetCoreGuiEnabled

0
Thanks :) chill22518 145 — 7y
0
no prob :D itsJooJoo 195 — 7y
Ad
Log in to vote
2
Answered by
einsteinK 145
7 years ago

You can use StarterGui.SetCoreGuiEnabled. On the Enum/CoreGuiType page it says there's a value "Health", which is the one you would use to remove the default Health GUI.

0
You aren't really explaining it at all, or telling him how to do it. BinaryResolved 215 — 7y
1
He could click the links if he needs more information. I could've just posted that first link which contains everything he needs for a solution. einsteinK 145 — 7y

Answer this question