Custom Health GUI (Edges, Bumps, ...)

  1. What do you want to achieve?
    I’d like to create an Health Bar GUI which is not really linear but should have Bumps, Edges etc.
    I really can’t find something about how this would work, so I hope somebody could give me an example or point me to the functions which I would need to accomplish such task

Example (Sea of Thieves Health Bar):

I’d suggest using a few ImageLabel’s. One as an outline then one as the actual health bar. With the actual health bar image set it’s size to the amount of HP, then change it’s size and position realitive to the hp being added or subtracted.

3 Likes

Perhaps your looking for the ZIndex of a UI? How I think that was accomplished was that there’s a grey UI on the “bottom”, the green bar in the “middle”, and the icon and bumpy part on “top”.

2 Likes

Thanks, I should be able to figure it out :slight_smile: