Advertisement
The_One123

TOWER BATTLES NO PLACEMENT

Feb 2nd, 2019
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. while true do
  2. wait(.1)
  3. for i,v in pairs(game.Workspace.Towers:GetChildren()) do
  4. if v:FindFirstChild("Base") then
  5. v.Base:Destroy()
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement