|
| 31 Aug 2013 04:48 AM |
i have
game.Players.PlayerAdded:connect(function(player) player.CameraMode = "LockFirstPerson" end)
watdo |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
|
| 31 Aug 2013 04:50 AM |
idk also idk why i answer for him inb4ninja'd |
|
|
| Report Abuse |
|
|
|
| 31 Aug 2013 04:52 AM |
scripting helpers sure r helping me tonight
this is amzing |
|
|
| Report Abuse |
|
|
|
| 31 Aug 2013 04:53 AM |
Your script is obvious tho. I mean it locks the player's Camera into first person. The script is self explanatory. |
|
|
| Report Abuse |
|
|
|
| 31 Aug 2013 04:53 AM |
| Shhh am tired but insomnia so time for LoL till moar post arrive kk. |
|
|
| Report Abuse |
|
|
|
| 31 Aug 2013 04:56 AM |
its meant to lock it
but it doesn't
|
|
|
| Report Abuse |
|
|
|
| 31 Aug 2013 05:04 AM |
local script normal script?
workspace?
|
|
|
| Report Abuse |
|
|
| |
|
|
| 31 Aug 2013 05:08 AM |
I got a script in startergui from fm
script.Parent.Parent.CameraMode="LockFirstPerson"
and it only works in solo |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 31 Aug 2013 05:23 AM |
theres no output for the one I got from fm
since it works in solo
but not online |
|
|
| Report Abuse |
|
|
| |
|
|
| 31 Aug 2013 05:35 AM |
UMG NOO THEY NINJA'D MEH!! AHHH
"Meh, dis is my forum signature." |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|
|
| 31 Aug 2013 08:14 AM |
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(character) Game.Players:GetPlayerFromCharacter(character).CameraMode = "LockFirstPerson" end end |
|
|
| Report Abuse |
|
|
Kodran
|
  |
| Joined: 15 Aug 2013 |
| Total Posts: 5330 |
|
|
| 31 Aug 2013 08:58 AM |
| Uhh you're changing cameramode in player, which doesn't exist. Cameramode would be in workspace.CurrentCamera not the actual player. |
|
|
| Report Abuse |
|
|
Kodran
|
  |
| Joined: 15 Aug 2013 |
| Total Posts: 5330 |
|
|
| 31 Aug 2013 08:58 AM |
| Oh woops never mind I'm an idiot xD sorry |
|
|
| Report Abuse |
|
|
Kodran
|
  |
| Joined: 15 Aug 2013 |
| Total Posts: 5330 |
|
|
| 31 Aug 2013 09:00 AM |
| Evolvedpikachu needs to put close bracket after both of those ends. |
|
|
| Report Abuse |
|
|