I have got a script i made and i put it in starter gui Script:
script.Parent.Parent.CameraMode = Enum.CameraMode.LockFirstPerson
that script works but then when i die i can zoom out again! also i thought of a loop but that crashed roblox studio.
script.Parent.Parent.CameraMode = Enum.CameraMode.LockFirstPerson script.Parent.Parent.Character.Humanoid.Died:connect(function(plr) script.Parent.Parent.CameraMode = Enum.CameraMode.LockFirstPerson end)
What FPS Stand For?
Wait, Its not an answer its a question, Where do I put the script:
script.Parent.Parent.CameraMode = Enum.CameraMode.LockFirstPerson
script.Parent.Parent.Characer.Humanoid.Died:connect(function(plr) script.Parent.Parent.CameraMode = Enum.CameraMode.LockFirstPerson end)
Because I don't know if it's local, normal or what?