Advertisement
zed_isJayTheLionJR

size i guess

May 26th, 2018
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. local plr = S.Players.LocalPlayer
  2. local char = plr.Character
  3. local hum = char:FindFirstChildOfClass'Humanoid'
  4. local rarm = char["Right Arm"]
  5. local larm= char["Left Arm"]
  6. local rleg= char["Right Leg"]
  7. local lleg = char["Left Leg"]
  8. local root = char:FindFirstChild'HumanoidRootPart'
  9. local torso = char.Torso
  10. local head = char.Head
  11. local sine = 0;
  12. local combo = 1;
  13. local lastClick = time()
  14. local change = 1;
  15. local runService = S.RunService
  16. local mouse = plr:GetMouse()
  17. local Attack = false
  18. local neutralAnims = true
  19. local GlitchTime = 0;
  20. local PaintBody = 'Black'
  21. local DeleteClothing = true
  22. local PlayerSize = 2
  23. local Debounces = {Debounces={}}
  24. local Hit = {}
  25. local BloodPuddles = {}
  26. local Teamed = {}
  27. hum.DisplayDistanceType = Enum.HumanoidDisplayDistanceType.None
  28. hum.MaxHealth = 1e4
  29. hum.Health = 1e4
  30. hum.Name = '13'
  31. Instance.new("ForceField",char).Visible = false
  32. function Debounces:New(name,cooldown)
  33. local aaaaa = {Usable=true,Cooldown=cooldown or 2,CoolingDown=false,LastUse=0}
  34. setmetatable(aaaaa,{__index = Debounces})
  35. Debounces.Debounces[name] = aaaaa
  36. return aaaaa
  37. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement