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

How to lower the size of an icon?

Asked by 6 years ago
Edited 6 years ago

I'm endeavoring to change the icon of a mouse when equipping a tool. This works, however once I equip the tool the icon is too big, is there a way to modify the icon's size?

Script:

tool = script.Parent

playerMouse = game.Players.LocalPlayer:GetMouse()

tool.Equipped:connect(function(mouse)

mouse.Icon = "http://www.roblox.com/asset/?id=995283023"


end)

Note: Just began figuring out how to script Mouse. I chose a random decal.

0
I'm assuming it's not possible to change the size, correct? seancool1012 -3 — 6y
0
I don’t think you can change the size. The size is based on the image you’re using. User#20279 0 — 6y
0
Yeah.. seancool1012 -3 — 6y

Answer this question