Selecting GUI Frame Problem

I am trying to make the closing of the GUI smoother, on the side if you cant tell the scroll button stays until the whole GUI closes and does not move with the rest of the frame.

Take a look at the following clip so you can see what I am talking about, it is located on the right side of the UI on top.
https://gyazo.com/5d927dc2efae8ae0c1d55f1fedfb76e4

I’ve played around with it and it seems like the scroll bar just does not move with the rest of the UI for some reason. Any fixes?

Try making the frame invisible after the button is pressed and when opening have a short wait (a little shorter than the Tween time perhaps) to make it visible again.

EDIT: Make a wait with the close as well so the contents of the frame don’t go unnoticed until the end (when the issue occurs. You can work around the wait timing to get it perfect.

2 Likes

Alright I’ll try to attempt doing that I just never understood why it doesn’t clothes together by default :confused:

1 Like

Turn on clipdescendants on the base frame.