How can I make a Gui resize from the middle and not the side?

How can I make a Gui resize from the middle and not the side using TweenSize?

Set the gui object’s AnchorPoint to (0.5,0.5), then adjust the position accordingly. After that, the UI should rescale from the middle and not the bottom right corner.

1 Like