OnaKat

Untitled

Oct 30th, 2018
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. plr.Character.Humanoid.WalkSpeed = 66
  3. local plrname = plr.Character.Name
  4. if game.Players:FindFirstChild(plr.Character) then
  5. if workspace:FindFirstChild(plr.Character) then
  6. script.Name = "HakiBodyScript"
  7. local v = plr.Character:FindFirstChild("Right Arm")
  8. local s = v.Size
  9. local haki = Instance.new("Part",plr.Character)
  10. haki.BrickColor = BrickColor.new("Really black")
  11. haki.CanCollide = false
  12. haki.Anchored = false
  13. haki.Size = Vector3.new(s.X+0.1,s.Y+0.1,s.Z+0.1)
  14. local weld = Instance.new("Weld",workspace)
  15. weld.Part0 = haki
  16. weld.Part1 = v
  17. haki.Material = "Neon"
  18. wait(1)
  19. haki.Material = "Plastic"
  20. haki.Touched:Connect(function(hit)
  21. if hit.Parent:FindFirstChild("Head") and hit.Parent.Name ~= plrname then
  22. hit:Destroy()
  23. end
  24. end)
  25. end
  26. wait(0.5)
  27. if workspace:FindFirstChild(plr.Character) then
  28. script.Name = "HakiBodyScript"
  29. local v = plr.Character:FindFirstChild("Left Arm")
  30. local s = v.Size
  31. local haki = Instance.new("Part",plr.Character)
  32. haki.BrickColor = BrickColor.new("Really black")
  33. haki.CanCollide = false
  34. haki.Anchored = false
  35. haki.Size = Vector3.new(s.X+0.1,s.Y+0.1,s.Z+0.1)
  36. local weld = Instance.new("Weld",workspace)
  37. weld.Part0 = haki
  38. weld.Part1 = v
  39. haki.Material = "Neon"
  40. wait(1)
  41. haki.Material = "Plastic"
  42. haki.Touched:Connect(function(hit)
  43. if hit.Parent:FindFirstChild("Head") and hit.Parent.Name ~= plrname then
  44. hit:Destroy()
  45. end
  46. end)
  47. end
  48. wait(0.5)
  49. if workspace:FindFirstChild(plr.Character) then
  50. script.Name = "HakiBodyScript"
  51. local v = plr.Character:FindFirstChild("Torso")
  52. local s = v.Size
  53. local haki = Instance.new("Part",plr.Character)
  54. haki.BrickColor = BrickColor.new("Really black")
  55. haki.CanCollide = false
  56. haki.Anchored = false
  57. haki.Size = Vector3.new(s.X+0.1,s.Y+0.1,s.Z+0.1)
  58. local weld = Instance.new("Weld",workspace)
  59. weld.Part0 = haki
  60. weld.Part1 = v
  61. haki.Material = "Neon"
  62. wait(1)
  63. haki.Material = "Plastic"
  64. haki.Touched:Connect(function(hit)
  65. if hit.Parent:FindFirstChild("Head") and hit.Parent.Name ~= plrname then
  66. hit:Destroy()
  67. end
  68. end)
  69. end
  70. wait(0.5)
  71. if workspace:FindFirstChild(plr.Character) then
  72. script.Name = "HakiBodyScript"
  73. local v = plr.Character:FindFirstChild("Left Leg")
  74. local s = v.Size
  75. local haki = Instance.new("Part",plr.Character)
  76. haki.BrickColor = BrickColor.new("Really black")
  77. haki.CanCollide = false
  78. haki.Anchored = false
  79. haki.Size = Vector3.new(s.X+0.1,s.Y+0.1,s.Z+0.1)
  80. local weld = Instance.new("Weld",workspace)
  81. weld.Part0 = haki
  82. weld.Part1 = v
  83. haki.Material = "Neon"
  84. wait(1)
  85. haki.Material = "Plastic"
  86. haki.Touched:Connect(function(hit)
  87. if hit.Parent:FindFirstChild("Head") and hit.Parent.Name ~= plrname then
  88. hit:Destroy()
  89. end
  90. end)
  91. end
  92. wait(0.5)
  93. if workspace:FindFirstChild(plr.Character) then
  94. script.Name = "HakiBodyScript"
  95. local v = plr.Character:FindFirstChild("Right Leg")
  96. local s = v.Size
  97. local haki = Instance.new("Part",plr.Character)
  98. haki.BrickColor = BrickColor.new("Really black")
  99. haki.CanCollide = false
  100. haki.Anchored = false
  101. haki.Size = Vector3.new(s.X+0.1,s.Y+0.1,s.Z+0.1)
  102. local weld = Instance.new("Weld",workspace)
  103. weld.Part0 = haki
  104. weld.Part1 = v
  105. haki.Material = "Neon"
  106. wait(1)
  107. haki.Material = "Plastic"
  108. haki.Touched:Connect(function(hit)
  109. if hit.Parent:FindFirstChild("Head") and hit.Parent.Name ~= plrname then
  110. hit:Destroy()
  111. end
  112. end)
  113. end
  114. end
Advertisement
Add Comment
Please, Sign In to add comment