Make GUI tween into another GUI

Hey guys I made a GUI and there is 2 boxes, I want the bottom box to scroll into the top box so it disappears,
image
When you press the up arrow the description box will move into the game title how could I do that with tween service?

You could have the bottom box below the screen, then just tween it’s position to the top box’s.

1 Like

But it is way longer, you will be able to see it when it’s over the game title on top of it, behind it

Tried tweening the size of the bottom box?

Ohh like the box gets smaller as it goes up

If you change the size it would just get smaller where it’s currently centered. You have to tween the size and the position so that it moves under the title ui.