Why doesn't scrolling frame not hide content that goes above it?


very simple, I want everything above the scrolling frame to not show up, how would I achieve this?

thanks for reading!

You need to enable ClipDescendants, Which should Prevent anything outside of the Frame from Rendering, If you want a better usage of ClipDescendants, use a CanvasGroup

2 Likes

ScrollingFrames have a property called ClipsDescendants. This will clip any UI element that goes outside the bounding frame.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.