UI ScrollFrame Cut Off?

Hello, I’m working on a Scroll Frame UI and I was wondering how to cut off the boxes when they reach the top of the scroll frame rather than keep going past the limits?

Example below:
Capture

1 Like

You’ll want to set ClipsDescendants to true on one of the ancestors of the boxes. Note that in order for this to work, the boxes and ancestors need to have the Rotation property set to 0 (not 90 or 180).

9 Likes