Image in ScrollingFrame not clipping?

I have a scrolling frame with ClipDescendants on, however, if you scroll down to a certain point an image does not clip and will remain visible outside of the ScrollingFrame’s boundaries.

The borders of the ScrollingFrame are visible, and as you can see the toggle image is clipping outside of it.

Any solutions?

1 Like

Roblox apparently doesn’t clip anything that doesn’t have a rotation of 0: Problem with UI Clipping. This is most likely your problem.

3 Likes