Scrolling Frame Help

Hi, how do I make the scrolling frame scroll horizontally instead of vertically?

1 Like

I dont think thats possible,

Altough you can change whether you want it on your right or your left.

image

I believe it’s possible. I’ve seen it in other games.

Can you please link the games?

Some mouses are capable of horizontal scrolling by pressing on the mouse wheel and moving left to right.

In the event that this may not work, I would recommend scripting a custom ScrollingFrame. This article uses GuiObject.MouseWheelFoward and GuiObject.MouseWheelBackward to move a frame up and down, however it can be edited to move left and right.

I’ve seen it on the top game, Piggy and Bloxburg

Maybe if you set the rotation property to 90 it will work.

Ah! Sorry for the late response and being so ignorant.

I’ve figured it out, put the CanvasSize to {5, 0}, {0, 0}
image

Resulting in:

image

Viola! Sorry for once again being ignorant.

1 Like

No worries! We are learning each day!