Advertisement
_Thanh_Thy_Cute_

Naruto Defense Simulator KILL ALL MONSTERS

Aug 22nd, 2021
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 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