Advertisement
zed_isJayTheLionJR

deadpool decal

Jun 23rd, 2018
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. p = game.Players.LocalPlayer
  2. char = p.Character
  3. des = false
  4. fling = true
  5. dot = false
  6. falling = false
  7. jump = true
  8. char.Shirt:Remove()
  9. for i,v in pairs(char:GetChildren()) do if v:IsA("Pants") then v:Remove() end end
  10. for i,v in pairs(char:GetChildren()) do if v:IsA("Hat") then v.Handle:Remove() end end
  11. wait()shirt = Instance.new("Shirt", char)
  12. shirt.Name = "Shirt"
  13. pants = Instance.new("Pants", char)
  14. pants.Name = "Pants"
  15.  
  16. char.Shirt.ShirtTemplate = ""
  17. char.Pants.PantsTemplate = ""
  18. tp = true
  19. shoot = true
  20. hum = char.Humanoid
  21. punch = true
  22. neckp = char.Torso.Neck.C0
  23. neck = char.Torso.Neck
  24. hum.MaxHealth = 9e999
  25. wait()
  26. hum.Health =hum.MaxHealth
  27. des = false
  28. root=char.HumanoidRootPart
  29. torso = char.Torso
  30. char.Head.face.Texture = "http://www.roblox.com/asset/?id=1060557874"
  31. end
  32. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement