Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Made By: Squid#6245
- Take off all hats for it to look the best
- If you find out how this game handles hair and misc please tell me
- Each time you die or reset you'll need to restart the script due to it making your player invisible
- Cam.CameraType = 2 makes it so you move with your animations but will also make it go crazy
- --]]
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement