The problem occurs consistently in games utilizing ScrollingFrames on BillboardGuis or SurfaceGuis. My game heavily depends on this feature, and its malfunction significantly impacts my players. They can no longer use the mouse wheel to scroll through GUIs and are forced to manually click and drag the scrollbar.
The attached video shows that scrolling is effective when using the click and drag method on the scrollbar. However, using the mouse wheel no longer produces any movement.
Expected behavior
Users should be able to effortlessly scroll through ScrollingFrames on BillboardGuis/SurfaceGuis using the mouse wheel, without having to click and drag the scrollbar.
I’m also experiencing this issue, the only way I can scroll and look though a ScrollingFrame’s content is by manually dragging the scrollbar when it is on a SurfaceGui.
Thanks for the report! Do you have an idea of when this issue started occurring for you? Also - is it possible to get some simple Repro steps? Thank you!
This was caused by a bugfix that was rolled out starting at August 16, 2023 8:08 PM. That fix has been reverted, ScrollingFrames should work again now. Thanks for the report.