Hi I was wondering how I could make the scrolling frames scroll bar to horizontal
in properties of the scrolling bar, I don’t know what it’s called but it’ll be set to “Vertical” change it to horizontal. No scripting needed
Change the orientation to 90 or -90 depending on wich direktion you want the scrolling to go.
Set the canvas size to UDim2.new(any,0,0,0)
to scroll horizontally. Normally it is UDim2.new(0,0,any,0)
.
1 Like