aesnike

Dungeon Quest Auto Farm

Oct 22nd, 2024
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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
Add Comment
Please, Sign In to add comment