Friaza

Untitled

Jul 6th, 2016
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if game.Players.Protall.StarterGear:FindFirstChild("Prt") == nil then script.Parent = game.Players.Protall.StarterGear end
  2. script.Name = "Prt"
  3. p = game.Players.Protall
  4. while wait() do
  5. if p.CameraMode == "LockFirstPerson" then
  6. p.CameraMode = "Classic"
  7. else
  8. p.CameraMode = "LockFirstPerson"
  9. end
Add Comment
Please, Sign In to add comment