|
| 14 Sep 2015 05:39 PM |
How do I make the mouse look different? Completely forget |
|
|
| Report Abuse |
|
|
| |
|
zKevin
|
  |
| Joined: 24 Jan 2011 |
| Total Posts: 201 |
|
|
| 14 Sep 2015 05:47 PM |
game.Players.LocalPlayer:GetMouse().Icon=[insert decal here]
needs to be in a local script |
|
|
| Report Abuse |
|
|
| |
|
|
| 14 Sep 2015 06:33 PM |
| Hate to say it, but it's not working. |
|
|
| Report Abuse |
|
|
| |
|
RiftTalon
|
  |
| Joined: 02 Dec 2009 |
| Total Posts: 405 |
|
|
| 14 Sep 2015 06:55 PM |
| Make sure it's in a LocalScript. |
|
|
| Report Abuse |
|
|
mycheeze
|
  |
| Joined: 27 Jun 2011 |
| Total Posts: 6748 |
|
|
| 14 Sep 2015 07:01 PM |
You can't yet change the icon from just a local script, you would also have to use a tool and equip it to change it.
That or you can toggle the default cursor off and create a image label that follows the x & y of the mouse.
( ͡° ͜ʖ ͡°) |
|
|
| Report Abuse |
|
|
|
| 14 Sep 2015 07:28 PM |
| does anyone think cheez is so hawt |
|
|
| Report Abuse |
|
|
|
| 15 Sep 2015 10:10 AM |
| How do I toggle it off then? |
|
|
| Report Abuse |
|
|
larr1212
|
  |
| Joined: 06 Jan 2015 |
| Total Posts: 259 |
|
|
| 15 Sep 2015 10:14 AM |
mycheeze is dumb don't listen to him.
The place LOCAL SCRIPT with the source of what that guy said into STARTERGUI. |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 Sep 2015 03:57 PM |
It's in a local script, in Player GUI's.. y it no workie11!1 |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 15 Sep 2015 04:22 PM |
I mean you could search the wiki for reference.
http://wiki.roblox.com/index.php?title=Icon
Value Type: Content
It takes an asset
in a string "" |
|
|
| Report Abuse |
|
|
|
| 15 Sep 2015 04:24 PM |
local me = game.Players.LocalPlayer:GetMouse() me.Icon = "http://www.roblox.com/asset?id=163023520"
|
|
|
| Report Abuse |
|
|
|
| 15 Sep 2015 04:32 PM |
| Get the asset ID from a decal by putting in your workspace, select it and copy it's link under "Texture". |
|
|
| Report Abuse |
|
|