Scroll Frame Increments/Speed

Referring to: ScrollingFrames need a ScrollSpeed/ScrollSensitivity property

I am trying to use a ScrollingFrame and I have only a small frame to work with, and as a result, when scrolling through the frame, buttons are missed out entirely and can only be accessed if you drag the scrollbar down, which defeats the purpose of my ScrollingFrame.

As there is physically no way to change the speed/incrementation of the frame, is there a work around I could utilise?

1 Like

AFAIK, No.

Yes, you could probably use a combination of InputBegan/InputChanged (they are available as events on the ScrollingFrame directly, no UserInputSevice necessary) and CanvasPosition although I’m not too sure how to implement this myself to override the default behavior.

But there is this: SmoothScroll Module [Superseded by Roblox Update 421]

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.