Issues with UI "rings"

Basically, I’m doing Cassidy’s ult from Overwatch. The problem is that when I make the “ring” and I try to shrink it slowly it becomes too thin.
image
image
Any ideas to fix this? Like, how do I make it so that it still shrinks to get closer to the dot but at the same time keep it thickness? (Btw I’m using an ImageLabel with the ring image)

1 Like

Maybe you could try using an invisible Frame background with UICorners set to 1,0 and a UIStroke (they go into the frame btw) which you can change according to how much thicker you may want it to be for the circle instead. It’s easier to make it thicker and adjust it to your liking than just using an ImageLabel.

UICorner Documentation
UIStroke Documentation

1 Like

Oh my god that actually makes sense, I’m going to try it and see if it works, tysm man.
Edit: Yep that worked, I can finally continue with the project, ty dude

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.