hello guys. im trying to change the hand icon in roblox (the cursor when you hover your mouse over a clickdetector)
and im trying to change it. how do i change it? i think i need to change this script.
local mouse = game.Players.LocalPlayer:GetMouse() mouse.Icon = 'rbxassetid://5040740088'
Write it in a local script
30char
You have just answered your question right there, you change their mouse icon when they hover over a clickdetector, so you can use the MouseHoverEnter event of the clickdetector and then change their mouse icon when they hover over it.
it is already a localscript
Or instead of reinventing the wheel why not use the CursorIcon property of the ClickDetector.
CursorIcon
cc @BuilderNoob_Ozgur2nd