How do I make it so the loading circle isnt rotating weird?

The script:

while wait() do
script.Parent.Rotation += 7.5
end

I want to know if theres a way to make it go in a perfect circle and not in some bumpy circle

add a UIAspectRatioConstraint to the circle and set the AspectRatio to 1

4 Likes

That looks more like an oval, not a circle… try using an acutal circle and see if it works

1 Like

Yeah, that works. Really though aspect constraints just made them smaller :sob:

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