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
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
That looks more like an oval, not a circle… try using an acutal circle and see if it works
Yeah, that works. Really though aspect constraints just made them smaller
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.