GUI Frame resizes in a weird way

So I’m making a GUI that changes your camera type (if you don’t know, I made 3 topics on this GUI already, lol), and now I wanna make a cool tween effect where the GUI where it’s incredibly thin and tweens itself to be the original frame size.

However I’ve come to realize there’s this weird thing where the GUI anchors itself to the left size of the screen when you resize the GUI. Is there any way to “anchor” itself to the middle when it’s being resized? If you have a solution, please share!

Regards,
Chris

1 Like

AnchorPoints can be found on the first list of properties of a UI object. it requires an input of X and Y. If you want to only center it. you can use these values 0.5, 0.5

Alright, I’ll try that. Thanks!
Could you give me a tutorial on how to use anchor points tho?

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