Advertisement
ipastetomuch

third

Apr 21st, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. if not thirdperson
  2. then
  3. thirdperson = true
  4. ThirdPersonCheckBox.Text = ("✓")
  5. repeat if thirdperson then
  6. wait()
  7. game.Players.LocalPlayer.CameraMaxZoomDistance = 15
  8. game.Players.LocalPlayer.CameraMinZoomDistance = 15
  9. game.Players.LocalPlayer.CameraMode = "Classic"
  10. game.Workspace.Camera.Arms.IDFArms:Destroy()
  11. end
  12. until thirdperson == false
  13. else
  14. thirdperson = false
  15. ThirdPersonCheckBox.Text = ("")
  16. end
  17. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement