squidingtin

First Person script

Mar 27th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --[[
  2. Made By: Squid#6245
  3. Cam.CameraType = 1 Follows the camera but you cant look to the sides only up and down (between 2 and 3)
  4. Cam.CameraType = 2 makes it so you move with your animations but will also make it go crazy
  5. Cam.CameraType = 3 camera can look anywhere
  6. --]]
  7. player = game.Players.LocalPlayer
  8. Char = player.Character
  9. Cam = game.Workspace.Camera
  10. Cam.CameraSubject = Char.Head
  11. Cam.CameraType = 3
  12. player.CameraMaxZoomDistance = 0.5
  13. player.CameraMinZoomDistance = 0.5
  14.     Char.Torso.Transparency = 0.5
  15.     Char["Left Arm"].Transparency = 0.5
  16.     Char["Right Arm"].Transparency = 0.5
  17. Char.Humanoid.AutoRotate = true
Add Comment
Please, Sign In to add comment