How Do I Make an Orb-Shaped Healthbar?

Hello people! I wonder how I do to make a health bar this way, does anyone know?download%20(1)

It’s actually really simple to make. You just need to make 2 ImageLabels orb-shaped, one semi-transparent and one not transparent and red. You have to put the red one’s ZIndex 1 higher than the background Frame’s ZIndex and 1 higher than the red one’s for the transparent one.

For the script, it’s just a simple health bar script, I’m sure that you know how to script one.

The only real challenge here is making/finding all the textures/images you need.

1 Like

Sounds like what you want is this:

Essentially, you get both images and put them on top of each other. A container helps determine the sizing of the red orb part while making it visible or not depending on the health value.


@LadyCelastia If you didn’t know, Guis had a property called ZIndexBehaviour. With the behaviour as Sibling, ZIndex changes aren’t too necessary. What you described was if Global behaviour were to be used.

4 Likes