Advertisement
ScriptFinderOffical

Army Tycoon Script Lag Players ( Loops Sending Nukes To POS

Feb 19th, 2020
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. while wait() do
  2. for i,v in pairs(game.Players:GetChildren()) do
  3.  targetPos = v.Character.HumanoidRootPart.Position
  4.  game.ReplicatedStorage.RE.FireMissile:FireServer("Nuke",targetPos)
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement