Advertisement
NukeVsCity

Totally Gun SIM KILL

Jul 10th, 2020
1,002
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. -- Variable
  2. local player = game.Players.LocalPlayer
  3.  
  4. -- Skeet
  5. while wait(.25) do
  6. local players = game.Players:GetPlayers()
  7. for i = 1, #players do local v = players[i]
  8. if v ~= player then
  9. pcall(function()
  10. game.ReplicatedStorage.BurnTarget:FireServer(nil, player, v.Character.Humanoid, v.Character.Head, math.huge)
  11. end)
  12. end
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement