How to disable mouse icon changing when hovering

my mouse icon change to a pointing hand when hovering to a buttons and scrolling frame, i want the mouse icon to stay the just arrow one

1 Like

i think theres a property inside of buttons that you can toggle to disable this

image
maybe this?

nevermind
not possible
if your using a cursor icon
just make a imagelabel based cursor icon

enabled = this property darkens the color of the button when hovered
it doesnt when disabled, but the mouse icon still changes to pointing hand

is the frame itself Active?
also nice ui, i really like it.

thanks, its a scrolling frame, and for some unnecessary reason, roblox makes it that icon turns into a pointy hand when hovering at it, which i want to remove (it will be when i disable active property, but it still turns into pointy hand when i scroll), same problem with textbuttons and imagebuttons

1 Like

also ^ you should see the post i linked

yea… but im still hoping there might be update in the future that would cause some people to reply to me and give me solution

1 Like

maybe change interactable to false, and to receive input, check if the mouse is hovering over the button using PlayerGui:GetGuiObjectsAtPosition(mouse.X,mouse.Y) when the player clicks