Scroll Bar Appearing Inside Scrolling Frame Instead of Outside

Scroll Bar Appearing Inside Scrolling Frame Instead of Outside

Hi everyone,
I’m not sure if this is due to a recent update or a bug, but I’ve noticed that the scroll bar on a ScrollingFrame is now appearing inside the frame rather than outside its bounds.

image

As shown in the image, the scroll bar is overlapping with the white UI elements. Previously, it would remain outside the frame and not interfere with the content.

I’m unsure whether this change is intentional or the result of a recent Roblox update. Has anyone else experienced this, and is there a known workaround to restore the previous behavior?

Any help or insight would be greatly appreciated. Thank you!

1 Like

I think whether scrollbar is in or out of scrollingframe depends on VerticalScrollbarInset.
This topic describes about it.

2 Likes

Pretty sure thats how it always worked. As mentioned above ^, you can set ScrollbarInset to resize the content to not go below the scrollbar, but you cannot change the position of the scrollbar itself (except from left/right top/bottom of course)

1 Like

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