You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I want to have the scrollbar outside of the frame, or generally out of the way. Currently it only spawns inside the frame and I cannot modify where it’s placed (besides left or right) -
What is the issue? Include screenshots / videos if possible!
When the scrollbar appears, it overlaps and covers any UI inside of the frame.
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Looked through ScrollingFrame properties, google, etc. VerticalScrollBarInset pushes ui to the side, but doesn’t solve the problem.
Unfortunately I cannot modify the items in the frame to be out of the way, because it uses a UIGridLayout that places the items up against the walls of the frame, so the scrollbar is currently overlapping my items no matter what.
I couldn’t find any topics relate to this issue, but maybe I missed them.