Advertisement
Honansik

ALPHA Blood Engine 2: Slash Mania Kill All Script

Dec 7th, 2021
2,030
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.69 KB | None | 0 0
  1. for _, p in pairs(game.Players:GetPlayers()) do
  2.     if p ~= game.Players.LocalPlayer then
  3.         for i=10,1,-1 do
  4.             local ohInstance1 = game:GetService("Players").LocalPlayer
  5.             local ohInstance2 = p.Character.Head
  6.             local ohInstance3 = p.Character.Humanoid
  7.             local ohNumber4 = 10
  8.             local ohInstance5 = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild("Handle").HitSound3
  9.             local ohString6 = "Hit"
  10.  
  11.             game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Events.DamagePlayer:FireServer(ohInstance1, ohInstance2, ohInstance3, ohNumber4, ohInstance5, ohString6)
  12.         end
  13.     end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement