How to make a custom scrollbar GUI?

Im trying to make a frame that is able to be “scrolled” with a button on the left side.

1 Like

Use scrollingframe
Documentation here:
https://developer.roblox.com/en-us/api-reference/class/ScrollingFrame

1 Like

How would this help? I am trying to make a custom one.

Oh sorry, must of misread. Why would you want to make a custom one if one’s already provided for you? Are there any features missing with the current scrollingframe that you need? Would probably be leaps easier to use the pre made one and implement the additional features than start from scratch (and more performant too)

ScrollingFrames can be customized.

1 Like

I would need 2 custom ones for one frame,

This may work, thanks so much!