of     1   

u_g
#141102693Monday, July 21, 2014 10:35 PM GMT

I'm making a script that changes the mouse's icon after a player spawns, yet it doesn't work. Here's the code: game.Players.PlayerAdded:connect(function(player) wait(2) local plyr = player player.CharacterAdded:connect(function(char) local mouse = plyr:GetMouse() mouse.Icon = "http://www.roblox.com/asset/?id=167608877" end) end)
cntkillme
#141102932Monday, July 21, 2014 10:38 PM GMT

Don't know if this still works but you can force equip the tool (Humanoid.EquipTool) and change the icon, then remove the tool.
u_g
#141105220Monday, July 21, 2014 11:01 PM GMT

Doesn't work, sadly...
teamkilled
#141106393Monday, July 21, 2014 11:14 PM GMT

167608877 isnt a valid asset id http://www.roblox.com/GunCursor0-item?id=167608878 deleted or something

    of     1