UnderCoverScripts

Anime Artifacts Simulator 2

Oct 13th, 2022
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. getgenv().killAura = true
  2.  
  3. local player = game:GetService("Players").LocalPlayer
  4.  
  5. while killAura and task.wait() do
  6. for i,v in pairs(game:GetService("Workspace").Monsters[player.Stage.Value]:GetChildren()) do
  7. game:GetService("ReplicatedStorage").Events.DmgEvent:FireServer(v)
  8. end
  9. end
Add Comment
Please, Sign In to add comment