How to hide a gui when it’s out of the frame

I want to make animations that goes in a frame and out a frame but I want it in a way that when the gui (for instance a textlabel) goes out of the frame( the parent of for instance a textlabel), that you wont see it when its out. I know how to make the animations but I didnt figure it out on how I can make it invinsible out of the frame, for me it is still visible even when its out of the frame

4 Likes

ClipsDescendants property of GuiObjects

Make it true and you won’t see children that are outside of the parent’s bounds.

13 Likes

thanks for the quick answer, I knew it was easy but I just couldnt find it

1 Like