Advertisement
pa1nx9

Anime Star Simulator EVENT FARM SCRIPT

Nov 8th, 2021
988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. while wait(2) do
  2. for i =1,100 do
  3. local A_1 = "hitMonster"
  4. local A_2 = game:GetService("Workspace").EventStage.Stage7.Monster.SatoruGojou
  5. local A_3 = 3
  6. local Event = game:GetService("ReplicatedStorage").RemoteFunction
  7. Event:InvokeServer(A_1, A_2, A_3)
  8. end
  9. wait()
  10. for i =1,100 do
  11. local A_1 = "hitMonster"
  12. local A_2 = game:GetService("Workspace").EventStage.Stage7.Monster.Mahito
  13. local A_3 = 3
  14. local Event = game:GetService("ReplicatedStorage").RemoteFunction
  15. Event:InvokeServer(A_1, A_2, A_3)
  16. end
  17. wait()
  18. for i =1,100 do
  19. local A_1 = "hitMonster"
  20. local A_2 = game:GetService("Workspace").EventStage.Stage7.Monster.Sukuna
  21. local A_3 = 3
  22. local Event = game:GetService("ReplicatedStorage").RemoteFunction
  23. Event:InvokeServer(A_1, A_2, A_3)
  24. end
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement