How do I make a tween size upwards instead of downwards?

Change AnchorPoint property of the frame to 0, 1. That will change the original position so make sure to move it after that, that should be done before running the game. No need to edit your code btw.

1 Like

That’s sweet … wish I knew that before. A very easy fix.

Glad you do now :). .

Probably did that myself working at it and just didn’t realize that was the real fix.
Live and learn … (In fact I must have) I was wondering why they didn’t call it solved. :rofl:

Lmao. ..

1 Like

I guess I’ll try all of these solutions. Going to see which one works the best.

Bruh, isn’t this just a normal tween?

Pretty much … like I said I tried a bunch of stuff. I must have hit that AnchorPoint property switch and didn’t even realize that was really what made it work. That is clearly your answer.

So basically, just set the frame’s AnchorPoint to 0, 1 and then do the tween?

1 Like

Ya, I guess that’s it … just learned this myself.

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