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