I have a horizontal scrolling frame within a vertical scrolling frame and the inside one (horizontal one) doesn’t work. It only works when you manually click and drag the scroll bar, but doesn’t work with the mouse wheel. How do I fix this?
The canvas size is correct and I have set the scroll direction to X.
That is intended behavior because ScrollingFrames don’t take priority if the mouse is focused on them, they take priority depending on how they are placed. The engine doesn’t know which one you want to scroll with the mouse wheel.