fartfart1555

hopefully its the ghost script

Jul 22nd, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2.  
  3. if player.Character then
  4.  
  5. if player.Character:FindFirstChild("Humanoid") then
  6.  
  7. player.Character.Humanoid.Name = "1"
  8.  
  9. end
  10.  
  11. local l = player.Character["1"]:Clone()
  12.  
  13. l.Parent = player.Character
  14.  
  15. l.Name = "Humanoid"; wait(0.1)
  16.  
  17. player.Character["1"]:Destroy()
  18.  
  19. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
  20.  
  21. player.Character.Animate.Disabled = true; wait(0.1)
  22.  
  23. player.Character.Animate.Disabled = false
  24.  
  25. end
  26.  
  27. print("finished.")
Add Comment
Please, Sign In to add comment