Advertisement
Guest User

Attack On Titan: Downfall [First Person Script] V2

a guest
Dec 20th, 2018
3,408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.64 KB | None | 0 0
  1. --[[
  2. Made By: Squid#6245
  3. Take off all hats for it to look the best
  4. If you find out how this game handles hair and misc please tell me
  5. Each time you die or reset you'll need to restart the script due to it making your player invisible
  6. Cam.CameraType = 2 makes it so you move with your animations but will also make it go crazy
  7. --]]
  8. player = game.Players.LocalPlayer
  9. Char = player.Character
  10. Cam = game.Workspace.Camera
  11. Cam.CameraSubject = Char.Head
  12. Cam.CameraType = 3
  13. player.CameraMaxZoomDistance = 0.5
  14. player.CameraMinZoomDistance = 0.5
  15. Char.Torso.Transparency = 0.5
  16. Char["Left Arm"].Transparency = 0.5
  17. Char["Right Arm"].Transparency = 0.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement