Is it possible to

Is it possible to rescale a Gui object whilst also keeping it in the same place?

Example:

Yes. It’s called Anchor Points. It’s a property inside the gui.

How would I determine how to set them?

So inside a frame search for “po” you will see anchor point and position. Set the position to
0.5,0,0.5,0
and put the anchor point to 0.5,0.5

1 Like

Thanks. You have aided me on this journey for about 2 seconds.

1 Like