Hellotop2

Untitled

Jan 3rd, 2019
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. -- Killaura
  2. while wait(0.1) do
  3. for i, plr in pairs(game.Players:GetChildren()) do
  4. if plr.Name ~= game.Players.LocalPlayer.Name then
  5. for i = 1, 10 do
  6. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  7. end
  8. end
  9. end
  10. end
Add Comment
Please, Sign In to add comment