Terthoft
|
  |
| Joined: 20 Sep 2014 |
| Total Posts: 52 |
|
|
| 03 Oct 2014 12:17 PM |
| How would I change the mouse cursor? |
|
|
| Report Abuse |
|
|
Terthoft
|
  |
| Joined: 20 Sep 2014 |
| Total Posts: 52 |
|
|
| 03 Oct 2014 12:18 PM |
How would I change it for all the players in the game?
I dont mean going into the textures so the Cursor is different just for me |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 03 Oct 2014 12:26 PM |
| Without using a tool you can not |
|
|
| Report Abuse |
|
|
Terthoft
|
  |
| Joined: 20 Sep 2014 |
| Total Posts: 52 |
|
| |
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 03 Oct 2014 12:30 PM |
I think there is a way to hide the default mouse You could do that and have a gui follow the invisible mouse |
|
|
| Report Abuse |
|
|
Moxiii
|
  |
| Joined: 06 Mar 2012 |
| Total Posts: 1198 |
|
|
| 03 Oct 2014 12:40 PM |
Actually, they changed it so you can set the icon now with :GetMouse().
It can still only be done with a LocalScript though, so just put this in a LocalScript parented to StarterGui:
local id = 11998012 -- ID of the cursor image game.Players.LocalPlayer:GetMouse().Icon='rbxassetid://'..id |
|
|
| Report Abuse |
|
|
123smash
|
  |
| Joined: 30 Oct 2010 |
| Total Posts: 227 |
|
|
| 03 Oct 2014 12:52 PM |
| Well i doubt my low scripting knowledge can help but maybe you can put a tag in every player that changes there cursor? |
|
|
| Report Abuse |
|
|
Terthoft
|
  |
| Joined: 20 Sep 2014 |
| Total Posts: 52 |
|
|
| 03 Oct 2014 01:09 PM |
| Thanks to all that answered. |
|
|
| Report Abuse |
|
|
Terthoft
|
  |
| Joined: 20 Sep 2014 |
| Total Posts: 52 |
|
|
| 03 Oct 2014 01:14 PM |
| Now that thats done I have one more question, How would I force first person? |
|
|
| Report Abuse |
|
|
robocu3
|
  |
| Joined: 13 Mar 2009 |
| Total Posts: 6485 |
|
|
| 03 Oct 2014 01:20 PM |
Uhh, another way you could change the mouse's color is by making it invisible and creating a imagelabel to follow it's position, but it'd be hacky and wat nawt. don't do et. poerpewjkpekwofk -=Rob=oiobob=b-erq |
|
|
| Report Abuse |
|
|
Terthoft
|
  |
| Joined: 20 Sep 2014 |
| Total Posts: 52 |
|
| |
|
|
| 03 Oct 2014 02:03 PM |
Don't make the mouse invisible and make am image label follow it. When someone opens up the game menu, the mouse becomes visible again, and stays visible for about 10-15 seconds after.
player.CameraMode = "LockFirstPerson" |
|
|
| Report Abuse |
|
|
robocu3
|
  |
| Joined: 13 Mar 2009 |
| Total Posts: 6485 |
|
|
| 03 Oct 2014 04:59 PM |
It's not a bad idea. It's a hacky method to use the ImageColor3 for custom colors. lol
-=Robo=- |
|
|
| Report Abuse |
|
|
Moxiii
|
  |
| Joined: 06 Mar 2012 |
| Total Posts: 1198 |
|
|
| 03 Oct 2014 05:14 PM |
I wouldn't say it's hacky.
What else are you to use? |
|
|
| Report Abuse |
|
|