Hi,
I would like to change the players mouse in the game.
How do you do this?
Thanks Kieran
enabled = true mouse.Button1Down:connect(function() if not enabled then return end enabled = false mouse.Icon = "rbxasset://textures\\GunWaitCursor.png" wait(12) mouse.Icon = "rbxasset://textures\\GunCursor.png" enabled = true end)