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!
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!
In the Frame holding the children, enable “ClipsDescendants”.
Thank you! You’re a life saver!