Loading Bar UICorner looks weird at small sizes

My loading bar looks fine at medium-large sizes like the pic below:
image
But when you scale the width to a small value, the uicornerloses its rounding and becomes straighter.
image
How can I fix this to make it look better?
Here’s what I’m working with:
image

3 Likes

Its because the bar is getting smaller than the curve can go, and if you want the smallest the bar can be to look like just a circle then you could limit the bar from getting any smaller than when the x and y size are the sameㅤ:P

You can use a CanvasGroup to fix this problem, make sure the ScreenGui “ZIndexBehaviour” is set to “Sibling” :+1:

Canvas Group:
image

No Canvas Group:
image

7 Likes

This is such an amazing tip, thanks!!! :smiley: :smiley: :smiley: