MRobbin99

farm xp jojoMenacing

Mar 2nd, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. while wait() do
  2. player = game.Players.LocalPlayer
  3. list = game.Workspace.Folder:GetChildren()
  4. for i = 1, #list do
  5. if list[i]:FindFirstChild("isdodge") ~= nil then
  6. if list[i].Humanoid.Health > 10 then
  7. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") ~= nil then
  8. wait()
  9. local A_1 = game.Workspace:FindFirstChild("Part")
  10. local A_2 = 90000000
  11. local A_3 = game.Players.LocalPlayer.Character.Torso.voiceline
  12. local A_4 = list[i].Humanoid
  13. local A_6 = false
  14. local A_7 = false
  15. local Event = game:GetService("ReplicatedStorage").Specials.explosionevent
  16. Event:FireServer(A_1, A_2, A_3, A_4, A_6, A_7)
  17. end
  18. end
  19. end
  20. end
  21. end
Add Comment
Please, Sign In to add comment