How to script complicated or advanced progress bars or hp bar

like this one
Screenshot_2
beacuse if just resize it backwards it will slip out of the frame

1 Like

Turn on clip descendants on the parent frame so it won’t “slip out the frame”

1 Like

I would try using UIGradient to make the bar move from the right to left. The best way to do this is by setting up the uigradient for the bar’s transparency, and program the offset to move from right to left. Set the transparency once, and change the offset. Don’t reset the transparency everytime to move the bar.
This is what I’m talking about:
unknown_2022.08.03-10.53_1

2 Likes