(SOLVED) is there's a way to smooth out the health bar progress inside the bind?

This, probably:

You can / **should **absolutely do it outside of the widget - widgets outside the viewport do not tick, for example. Avoid having widgets do heavy lifting, or any lifting whatsoever, to be honest. Just a rule of thumb.

2 Likes