I want to make a scrollbar similar to the horizontal bar here
I tried setting these properties:
It looks like this currently
??
I know what scrollbars are.
Can anyone tell me the right way to do this?
I want to make a scrollbar similar to the horizontal bar here
I tried setting these properties:
It looks like this currently
??
I know what scrollbars are.
Can anyone tell me the right way to do this?
You should check out this video it shows all about Scrolling Frames like how to position them, which way they scroll, etc.
Is there a way to let players scroll that bar?
In current implementation, after rotation the bar does not scroll.
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
make the canvise y to be 1 like {2,0}{1,0}
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.