draxonaut
|
  |
| Joined: 21 Dec 2012 |
| Total Posts: 1120 |
|
|
| 14 Dec 2015 05:11 PM |
So my brain tells me that this should detect if a player's camera is in "Classic" mode and then make the mouse cursor disappear. However this doesn't seem to be the case in testing. What exactly have I goofed?
player = script.Parent.Parent mouse = player:GetMouse()
mouse.Icon = "http://www.roblox.com/asset/?id=331540109"
if player.CameraMode == "Classic" then Game:GetService("UserInputService").MouseIconEnabled = false end |
|
|
| Report Abuse |
|