I am trying to make the frame tween the opposite way, not the way it does in the video.
I have the size correct (I manually changed the size to be how I wanted it, then copy and pasted it into the code.
I also tried changing the position along with the size (since I noticed that the position was changing when the size was.
What I like to do when I am tweening gui’s is I like to, in studio, not testing, size the frame to the starting postition, write the position and size down on a script comment, then do the same thing for the what you want after tweening (changed the size and position to the final goal and write the position and size on a script comment) then I type in the tweensizeandposition function with the size and position from my script comments. It’s just easier for me.
Move your anchor point to the bottom, it could be because the top left is considered the center of your gui. I’m not exactly sure if this is correct though