iPxter

Untitled

Dec 30th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. plr=game:service'Players'.LocalPlayer
  2. ch=plr.Character
  3. ch.Humanoid.WalkSpeed=30
  4. head=ch.Head
  5. torso=ch.Torso
  6. ra=ch:findFirstChild("Right Arm")
  7. ll=ch:findFirstChild("Left Leg")
  8. la=ch:findFirstChild("Left Arm")
  9. rl=ch:findFirstChild("Right Leg")
  10. head.face:Remove()
  11. ch.Shirt:Remove()
  12. ch.Pants:Remove()
  13. Instance.new("ForceField", ch).Visible = false
  14. torso=ch.Torso
  15. torso.Transparency = 1
  16. head.Transparency = 1
  17. ra.Transparency = 1
  18. ll.Transparency = 1
  19. la.Transparency = 1
  20. rl.Transparency = 1
Add Comment
Please, Sign In to add comment