How to change the size of an gui without changing its position

Am trying to change the size of an gui, so that it creates an enlargement effect.
i don’t want to change its position, but only its size, which means we have to increase its size in all directions , is that possible?

2 Likes

You can try using anchor point

Yes, if you use the properties tab, you can increase it by a certain number on all directions.

yeah but how?
What value can i set it to?

You can set it to 0.5, 0.5 .

If you want a frame to persist at the same position while changing the size, my advice is change the AnchorPoint to 0,5 0,5 (Vector2)

1 Like

it works thanks!
also thanks to @BenMactavsin and @AtomTostcuOzgurUsta