How do i make a frame tween from one side

I just wanna know how to make a frame tween from one side instead of both

What I mean:

This thread should help you accomplish that:

While that works for parts, there’s a far easier way to accomplish this with Gui Objects.

It looks like your AnchorPoint is set to 0.50, 0.50. Change it to 0, 0.50 and reposition it, since changing the AnchorPoint changes where it is positioned. Once you have it where you want it, you are free to Tween the size however you want. It will only shrink / grow on one side, rather than both.

1 Like