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

How to- Change mouse icon Size?

Asked by 9 years ago

I already have a decal to put in my tool, but I don't know how to change it's size. Currently it take a very large chunk of the screen away when equipped. I have not reached far enough in scripting to know how, or if it's possible. So please, give a good explanation on why that works?

tool = script.Parent
playerMouse = game.Players.LocalPlayer:GetMouse()

tool.Equipped:connect(function(eventMouse)
    eventMouse.Icon = "http://www.roblox.com/asset/?id=111275729"

end)

It's a local script too.

1 answer

Log in to vote
0
Answered by 9 years ago

instead of eventMouse use playerMouse

Ad

Answer this question