Reproduction Steps
The click cursor should be used to indicate that something is clickable. Scrolling frames are not clickable, clicking and dragging does not scroll, so the cursor should be the same unless the user is hovering over the scroll bar
Expected Behavior
The expected behavior is no hover cursor
Actually if you check the documentation you will find that this is the scrolling frame and if you did not know there is a button to disable the mouse hover…
Whilst you can set the active property of the ScrollingFrame to false to hide it when mousing over, the click cursor will still show when the player starts scrolling the frame.
Yeah, it’s still a problem we need a-fixin’ for. I have a custom cursor system and I really don’t need Roblox’s default cursor layered on top of my custom one. It’s especially unwanted considering the fact that scrolling hasn’t to do with buttons, as you mentioned in the post