In play tests this occurs too.
How can I make it so that scrolling makes it disappear? Like, only the items in the dark blue (the scroll frame) are visible?
1 Like
Try enabling ClipsDescendants. I think that should work
2 Likes
Doesn’t work when rotated for some reason. Zero rotation and it works fine. Apparently this is simply a thing on Roblox’s end. Strange.
You can use the new CanvasGroup object to get around this by putting your scrolling frame inside a canvas group, and then rotating the canvas group.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.