Custom Scrollbar For original Roblox ScrollingFrame

Hello i was making an rpg inventory gui and i was wondering if it was possible to create a custom scrollbar for the original roblox scrolling frame, i am no where near to finding a solution

What do you mean custom scroll bar? Like do you mean you want to change what the scroll bar looks like?

i actually wanted to change the position of the scrollbar too so i mean like creating a whole new scrollbar

https://developer.roblox.com/en-us/api-reference/property/ScrollingFrame/BottomImage
https://developer.roblox.com/en-us/api-reference/property/ScrollingFrame/MidImage
https://developer.roblox.com/en-us/api-reference/property/ScrollingFrame/TopImage

ScrollingFrame instances have 3 properties which allow you to customise the appearance of the scrollbar itself. Just upload any 3 images for each to see how it changes.

1 Like

https://developer.roblox.com/en-us/api-reference/property/ScrollingFrame/VerticalScrollBarPosition

I’m not sure if you can place the scrollbar exactly anywhere inside the frame but you can move it to the left hand side with the above property.

thank you it’s not perfect but it’s easier than creating a whole new scrolling bar