SHOW:
|
|
- or go back to the newest paste.
1 | --[[ | |
2 | Made By: Squid#6245 | |
3 | - | Take off all hats for it to look the best |
3 | + | Cam.CameraType = 1 Follows the camera but you cant look to the sides only up and down (between 2 and 3) |
4 | - | If you find out how this game handles hair and misc please tell me |
4 | + | |
5 | - | Each time you die or reset you'll need to restart the script due to it making your player invisible |
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.Torso.Transparency = 0.5 |
15 | + | Char["Left Arm"].Transparency = 0.5 |
16 | - | Char["Left Arm"].Transparency = 0.5 |
16 | + | Char["Right Arm"].Transparency = 0.5 |
17 | - | Char["Right Arm"].Transparency = 0.5 |
17 | + | Char.Humanoid.AutoRotate = true |