Center Objects in a Tween

Hi, I’m trying to make a Pop up main menu. The problem is that it won’t change sizes in the middle do you have any ideas on how I can do it?

https://gyazo.com/e58081c118eb1b540b244b8ddb34f7e6
(The Problem is that it shifts to the left and doesn’t stay centered)

thats because from what ive seen in your workspace is that the button isnt parented to the circle so you should set all the buttons’ parent to the circle

You have to set the Anchor Point to 0.5, 0.5 this way the gui will be using the middle of it instead of the top left corner, after doing this you will have to fix the position of it again other than that it should work how you’re intending

4 Likes