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

How does one access a Players Health ScreenGUI?

Asked by
Xduel 211 Moderation Voter
9 years ago

So I have created a Health GUI for the player that uses digits rather than a bar to show the Players health. However, I would like this to show rather than the standard ROBLOX green HealthGUI. I've heard it used to appear in PlayerGui but was removed for some reason. So how can I access the players Health GUI? Is it with a service perhaps? All a answers appreciated, Thank You. ~Xduel

1 answer

Log in to vote
0
Answered by 9 years ago
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health, false)

Put that in in a LOCAL SCRIPT then put it in Starter GUI. Your custom healthbar should work.

0
That removes the default health bar fattyfateric1 0 — 9y
Ad

Answer this question