Advertisement
Honansik

Naruto Defense Simulator Kill All Script

Nov 17th, 2021
2,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. _G.Kill = true -- change to true/false to start/stop the script
  2. while _G.Kill == true do
  3.    for i,v in pairs(game.Workspace.Monsters:GetChildren()) do
  4.    v:Destroy()
  5.    end
  6.    wait()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement