Is it possible to rescale a Gui object whilst also keeping it in the same place?
Example:
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
Thanks. You have aided me on this journey for about 2 seconds.