Home - All the pastes - Authored by Thooms
Raw version
1
while true do<br>wait(.1)<br>for i,x in pairs(game.Workspace.Towers:GetChildren()) do<br>if x:FindFirstChild("Owner") then<br>x.Owner.Value = game.Players.LocalPlayer<br>end<br>e