Advertisement
Theskyler900

za waurdo skin

Aug 3rd, 2017
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. repeat
  3. wait(0.4)
  4. until plr.Character
  5. chr = plr.Character
  6. human = chr:FindFirstChild("Humanoid")
  7. human.Name = "hi"
  8. human.MaxHealth, human.Health = math.huge, math.huge
  9. mouse = plr:GetMouse()
  10. cam = workspace.CurrentCamera
  11. selected = false
  12. equipd = false
  13. tors = chr.Torso
  14. rarm = chr["Right Arm"]
  15. larm = chr["Left Arm"]
  16. rleg = chr["Right Leg"]
  17. lleg = chr["Left Leg"]
  18. hrp = chr.HumanoidRootPart
  19. hed = chr.Head
  20. anim = human.Animator
  21. activu = false
  22. appeared = false
  23. animpose = nil
  24. POSU = false
  25. local wherto = hrp
  26. local addcfr = CFrame.new(0, 0, 0)
  27. Heartbeat = Instance.new("BindableEvent")
  28. Heartbeat.Name = "Heartbeat"
  29. Heartbeat.Parent = script
  30. frame = 0.03333333333333333
  31. tf = 0
  32.  
  33. for i,v in pairs(chr:children()) do
  34. if v:IsA("Accessory") then
  35. v:Destroy()
  36. end
  37. end
  38.  
  39. for i,v in pairs(chr:children()) do
  40. if v:IsA("Shirt") then
  41. v:Destroy()
  42. end
  43. end
  44.  
  45. for i,v in pairs(chr:children()) do
  46. if v:IsA("Pants") then
  47. v:Destroy()
  48. end
  49. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement