Advertisement
iPxter

Untitled

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