Advertisement
Icy24

Dungeon Quest Auto Farm

Feb 1st, 2021
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. setsimulationradius(math.huge,math.huge)
  2.  
  3. while wait() do
  4. for i,v in pairs(game:GetService("Workspace").enemies:GetChildren()) do
  5. if v:FindFirstChild("Humanoid") then
  6. v.Humanoid.Health = 0
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement