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

How Would you Change the Mouse Icon Into a Another Cursor?

Asked by
woodengop 1134 Moderation Voter
9 years ago

Is there a Way were Someone can Change a(n) Cursor Without using a Gear, Like for example The Default Cursor could we Remove it? Please I need help!

1 answer

Log in to vote
0
Answered by
iaz3 190
9 years ago

Use the :GetMouse() method of player. If you put a localscript in starterGui with the following, it would change the mouse

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

mouse.Icon = "" -- Put in some image here.
Ad

Answer this question