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.
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.