Can the Roblox healthbar be disabled?

I’m working on my Backrooms game and want to replace the default Roblox healthbar with one of my own. I already have a fully functional custom healthbar UI but I want to know if I can disable the default one or if I’ll have to instead create a health value and bind the custom healthbar to that instead.

1 Like

Yes! You need to use this: StarterGui | Documentation - Roblox Creator Hub

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

This also disables the red flash when you take damage. Is it possible to have that enabled but the healthbar disabled?

Nope there is no current way of doing that except making it your self.

The “Red Flash” is in the roblox game files and it is called “WhiteOverlayAsset”.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.