Upscalefanatic3

Zombie rush: kill all zombies (have gun out before execute)

Jan 26th, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. while wait() do
  2. for i,v in pairs(workspace[".ZombieStorage"]:GetChildren()) do
  3. if game.Players.LocalPlayer.Character:FindFirstChildOfClass('Tool') then
  4. local tool = game.Players.LocalPlayer.Character:FindFirstChildOfClass('Tool')
  5. tool.GunController.RemoteFunction:InvokeServer({v.Head,10000,1})
  6. end
  7. end
  8. end
Add Comment
Please, Sign In to add comment