Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How can i change black cursor icon?

Asked by 9 years ago

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"

0
You're missing a '/'. Should be "http://www.roblox.com/asset/?id=[ ID ]". Alternatively, you could use "rbxassetid://[ ID ]" Redbullusa 1580 — 9y
0
This is working with not "/" ScripterGame 145 — 9y

1 answer

Log in to vote
0
Answered by
woodengop 1134 Moderation Voter
9 years ago

Should be

local mouse=game.Players.LocalPlayer:GetMouse()

mouse.Icon="http://www.roblox.com/asset/?id=[ID]"
0
no not that and nvm i already found. i wanted a frame follow my mouse and its easy to do. ScripterGame 145 — 9y
0
kk woodengop 1134 — 9y
Ad

Answer this question