Studio bug? ClipDescendants Issue with rotation scrolling frame

ClipDescendants doesn’t work if I do a scrolling frame rotation of -90

I want to make a hotbar like in the screenshot below. But when I turn the scrolling frame rotation to -90, ClipDescendants stops working.
Is there any way to fix this, or is it a studio bug?

issue.rbxm (13.6 KB)
here file if u want see it

ClipsDescendants never worked with non-zero rotation sadly. Fortunately, CanvasGroup will clip all descendants no matter what, so put your ScrollingFrame inside one.

2 Likes