I know how change white cursor icon but i don't know how change the black cursor icon!!! Can someone help me!!!
For change white cursor icon. Code: local mouse = Game.Players.LocalPlayer:GetMouse() mouse.Icon = "http://www.roblox.com/asset?id=IDHERE"
Should be
local mouse=game.Players.LocalPlayer:GetMouse() mouse.Icon="http://www.roblox.com/asset/?id=[ID]"