Scrolling frame with horizontally moving scrollbar

I want to make a scrollbar similar to the horizontal bar here

I tried setting these properties:

image

It looks like this currently

image
??

I know what scrollbars are.

Can anyone tell me the right way to do this?

1 Like

You should check out this video it shows all about Scrolling Frames like how to position them, which way they scroll, etc.

1 Like

You gotta change dat rotation bro

1 Like

Is there a way to let players scroll that bar?

In current implementation, after rotation the bar does not scroll.

image
This should also work. Making scrolling frames go horizontally tends to make things a bit glitchy and that’s why you never see them in games

3 Likes

any way to not show the second scrollbar that appears vertically?

make the canvise y to be 1 like {2,0}{1,0}

2 Likes

I honestly wouldnt change the rotation, i would change the canvas size, if you try to do that it wont do it correctly the canvas size should be {2,0},{0,0} this will make it easier and better than rotation.