How would I make a gui inside a gui that doesn't go outside the edge

I want to know how to make an image inside a frame that when moved doesn’t clip/go outside the border

Here is an example from Pet Simulator X:
robloxapp-20211229-1447469.wmv (1.2 MB)

Thanks in advance!

2 Likes

In the Frame holding the children, enable “ClipsDescendants”.

3 Likes

Thank you! You’re a life saver!

2 Likes