Randomly Generated Droids Script | KILL ALL DRUIDS

Created by Splex#0001 and Lythicals#0001

Features:

  • KILL ALL DRUIDS
getgenv().killDroids = true

while task.wait() do
   if getgenv().killDroids then
     for i, v in pairs(game:GetService("Workspace").Room.Enemies:GetDescendants()) do
           if v:FindFirstChild("Enemy") then
               v.Enemy.Health = 0
           end
       end
   end
   task.wait()
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS