Radial Health Bar

I’ve wanted to create a radial (quarter-circle) healthbar, but I don’t know how to achieve it.
I tried modifying the scripts in roblox’s proximity prompts, but I just don’t really know how to get it to work.
The times I’ve managed to get it to work, I’m not able to modify it to work as a quarter circle instead of a full circle.

My health bar is divided into 2 parts; Top & Bottom instead of left & right.
image
image

If anyone could help, I’d really appreciate it.

i cant explain everything but, try using uigradient with half transparent , put 2 of image frame with image of circle, put the ui gradient on each of them, position them both at middle , create frame as their parent, enable the clipdescendant, put the imagelabel inside with scale of UDim2.fromscale(2, 1)

im starting not to understand my own explanation now, anyway try using uigradient and slowly rotate them with tween according to the remaining hp divided by the max hp * 360