The_One123

TOWER BATTLES

Feb 2nd, 2019
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. while true do
  2. wait(.1)
  3. for i,v in pairs(game.Workspace.Towers:GetChildren()) do
  4. v.Owner.Value = game.Players.LocalPlayer
  5. end
  6. end
Add Comment
Please, Sign In to add comment