Advertisement
ScriptFinderOffical

Army Tycoon Send Custom Amount Of Bombs To Specific Pos

Feb 19th, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. for i=1,1337 do
  2.     local Missile = "Nuke"
  3.     local Position = Vector3.new(0, 0, 0)
  4.     game:GetService("ReplicatedStorage").RE.FireMissile:FireServer(Missile, Position)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement