How can i make a circular health bar like in Dungeon Delver?

I’m making a dungeon crawler game and i would like to know
how to make a circular health bar like in Dungeon Delver:

Full Health Dungeon Delver

Half Health Dungeon Delver2

2 Likes

You could utilize the new UICorners feature.

Just add a frame/imagelabel.

Add a UICorner into it.

Make the UICorner property scale = 1 or 50 for offset (both works).

Then you can add a frame ontop or use it as a mask.

3 Likes

Hi there! You can use a circle image. This can be found in the library. Circle - Roblox ; Or you can use UICorner. (I recommend UICorner)

1 Like