Advertisement
iPxter

Untitled

Dec 30th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. print("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 = 0.7
  16. head.Transparency = 0.7
  17. ra.Transparency = 0.7
  18. ll.Transparency = 0.7
  19. la.Transparency = 0.7
  20. rl.Transparency = 0.7
  21.  
  22. function onTouched(hit)
  23. ch:GetChildren()
  24. for i=1, #d do
  25. if (d[i].className == "Accessory") then
  26. d[i]:remove()
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement