Advertisement
iPxter

Untitled

Dec 30th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 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 = 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. ch:GetChildren()Enum.Material = "Glass"
  23.  
  24. local childs = ch:GetChildren()
  25.  
  26. if childs == "Accessory") then destroy()
  27.  
  28. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement