Advertisement
zed_isJayTheLionJR

Untitled

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