Mouse Click icon appears when hovering over ScrollingFrames and TextLabels

Hello! I’m currently working on an user interface, and while doing so I encountered something weird…
When hovering your mouse over ScrollingFrames or TextLabels, the Mouse Click icon appears.

Now, I believe that in my case, this could really confuse players as to what’s a button and what isn’t.
Is there any way to disable this?

What I'm talking about happening to a ScrollingFrame.

image

1 Like

Hey! Sorry to bump this post, just curious if there’s been any word on it.

Disabling the Active property stops this from happening. You can hover over the property in Roblox Studio to know what it does.

4 Likes

Yes, but the mouse click icon still appears when you start scrolling, regardless of the Active property’s status. This isn’t intuitive, because the act of scrolling does not suggest clicking in the way that hovering over a button does.