Advertisement
SirDuckHaveACake

Dungoen quest kill all boss script

Feb 10th, 2021
3,278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. setsimulationradius(math.huge,math.huge)
  2.  
  3. while wait() do
  4.    for i,v in pairs(game.Workspace:GetDescendants()) do
  5.        if v:IsA("Humanoid") and v.Parent.Name ~= game.Players.LocalPlayer.Name then
  6.            v.Health = 0
  7.        end
  8.    end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement