How do I make a horizontal scroll bar?

Hi, so when you insert a scrolling frame it comes up with a bar on the right for going up and down but I don’t want that. I want a bar that goes left and right as I want to do horizontal scrolling. How do I do this?

19 Likes

There is a property of ScrollingFrame called “Scrolling Direction” that you can use to make it horizontal.

9 Likes

I tried this but then it doesn’t let me scroll and nothing works.

4 Likes

Then there must be a problem with studio. Maybe try closing and opening studio. If that doesn’t work either I think you should make a bug report. Oh and btw is scrolling enabled true.

2 Likes

Hi, yes it is set to true. Here is what the settings for it look like. Is there anything I need to change? I’ll restart studio now.

5 Likes

It’s because canvas size is at 0 on x axis and when scrolling horizontally you move on x axis. So I think you should try setting the x size to something like 2 (on scale).

92 Likes

Aha! That’s what it was. Thanks so much!

15 Likes