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

How do you remove the new health bar?

Asked by 10 years ago

I had a script where the health bar would be removed, and reason being was, I had a button to open up a GUI placed where the health bar was.

Ever since ROBLOX has implemented the new health bar, the script doesn't work anymore.

Does anyone know if they renamed the health bar GUI or could write up a new script for it?

Thanks.

1 answer

Log in to vote
1
Answered by
Sublimus 992 Moderation Voter
10 years ago

You need to clone this inside the PlayerGui of the player(local script):

game.StarterGui:SetCoreGuiEnabled(1, false) --Will set **just** the health bar invisible, above's would disable all.
Ad

Answer this question