Make a GuiObject invisible after leaving the frame

I don’t know whether to put this under scripting support or game design because I don’t know if this has something to do with scripting or properties.

I’m making a settings Gui for my game where there are 2 sections, one for gameplay and one of graphics. I want for 1 section to slide into the frame. But when it does, you see it come through the entire ScreenGui instead of coming through the frame.
An example of what I’m trying to do is this


Where the GuiObject stays hidden until inside the frame.
Any help is appreciated.

I am not sure what you mean. Can you explain more detalied? Any examples?

1 Like

if you enable ClipsDescendants on a gui object, it wont display anything that is outside of it

1 Like