Hi is there a way to change the icon for the hand pointer thingy that shows up when you hover your mouse over an an imagebutton or a textbutton I know you can change the icon for your mouse but I couldnt find anything for this.
To change the Mouse Icon you can simply use the Player’s Mouse service for that.
local player = game.Players.LocalPlayer --define in a diferent way if you don't want to use a local script local mouse = player:GetMouse() mouse.Icon = "rbxassetid://0000000"