How do I make a gui button, scale outwards from the center

When I tween the size of a button to 2x bigger, it scales outwards from 1 corner instead of from the center outwards affecting all 4 corners. Like I want my button to maintain it’s position but scale outwards from that position. How can I do this?

Set it’s anchor point to be 0.5,0.5 then just move it back into the right position because it offsets it a bit

2 Likes

Use anchor points: GuiObject | Documentation - Roblox Creator Hub

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.