How do I remove the death ui that roblox has by default in the game

I want to remove the red death ui that pops up on the edges of the screen.


I have looked around for it and have not found a way around this problem I looked on forms, and googled it. Could not find anything and spent hours looking.

1 Like

Woah, I recommend changing that title of that forum.

This is my first form and I have no clue what they call the death blood at all corners of the screen

OH I SEE I CHANGED IT sorry. yeah i guess it was a misstype

1 Like

I recommend going to youtube and search up “How to change death ui” on roblox/roblox studio

If I recall correctly, you should be able to do this by removing roblox’s default health bar.

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

Should be in a local script in StarterPlayer>StarterPlayerScripts

3 Likes

Yes, thanks that solved it. It works just as I wanted it.