1Riblock1
|
  |
| Joined: 02 May 2011 |
| Total Posts: 4771 |
|
|
| 13 Oct 2014 05:52 PM |
function OnPlayerAdded(player) player.NameDisplayDistance = 0 player.HealthDisplayDistance = 0 player.CameraMode = "LockFirstPerson" end
Just sets some things for players, it seems to be wholly nonfunctional |
|
|
| Report Abuse |
|
|
eLunate
|
  |
| Joined: 29 Jul 2014 |
| Total Posts: 13268 |
|
|
| 13 Oct 2014 05:58 PM |
| I've always had to use the cameramodes enum for camera mode, and also you may want to try setting the camera mode in a script too. |
|
|
| Report Abuse |
|
|
|
| 13 Oct 2014 06:03 PM |
in players?
players game.Players.PlayerAdded:connect(function(player) player.NameDisplayDistance = 0 player.HealthDisplayDistance = 0 player.CameraMode = "LockFirstPerson" end)
|
|
|
| Report Abuse |
|
|
eLunate
|
  |
| Joined: 29 Jul 2014 |
| Total Posts: 13268 |
|
|
| 13 Oct 2014 06:05 PM |
| Ugh I'm so tired yep that probably works replace "lockfirstperson" with 1 |
|
|
| Report Abuse |
|
|
|
| 13 Oct 2014 06:18 PM |
my script works just have it in Workspace in a normal script should do the trick if not comment :O |
|
|
| Report Abuse |
|
|