My gui isn't tweening the way I want it to

I wanna make an image lable get a little bit bigger when you click on it but right now it doesn’t tween the way I want it to. How can I fix this?!

Heres is a video of my problem

I want all sides of the image to get big and still be in the middle but I can’t figure out how

Heres my script
image

1 Like

Set the anchor point of the GUI to 0.5, 0.5

Now it looks like this
image

This is when its been clicked
image

You have to re position the UI after setting the anchor point.

Oh sorry, I’m a bad scripter! Thanks for the help!

No problem, don’t worry lol.

30