Advertisement
BloodTheCreator

Up1

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