Making a Circle expand into a square

I need help making a Small GUI Circle expand into a Square almost like a transition but while it’s growing.
I have searched everywhere and tried multiple things using TweenService but I just can’t get it right can anyone help me Thanks!

1 Like

I would get a frame make it a perfect square and enable clip descendants, then get an imagelabel of a circle, place it in the frame and make the circle expand until it is covers the frame, but the catch is the frame has clipdescendants so it wont would seem as if the circle turned into a square when in reality its still a circle with square borders.

2 Likes

Thank you! it worked perfect maybe I was over thinking it heh…

You’re Welcome, glad to help :smile: