Advertisement
BloodTheCreator

Upgrade all

May 12th, 2022
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. for i, v in pairs(workspace.Units:GetChildren()) do
  2. local args = {
  3. [1] = "UpgradeTower",
  4. [2] = v
  5. }
  6.  
  7. game:GetService("ReplicatedStorage").Others.Placement:FireServer(unpack(args))
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement