Blood Engine II: Slash Mania Script | KILL ALL, EQUIP BATON AND SPAWN IN

Created by goosta

Features:

  • KILL ALL
  •  
  • HOW TO USE:
  • 1. Equip baton
  • 2. Spawn
  • 3. Execute
  •  
  • DEV NOTES:
  • yes ik its laggy but i cant find the damage indicators to make it not kill ur game.
function attack(hp,hum,dmg)
   workspace.ignore[game.Players.LocalPlayer.Name..""].Baton.Events.DamagePlayer:FireServer(game:GetService("Players").LocalPlayer, hp, hum, tonumber(dmg), workspace.ignore[game.Players.LocalPlayer.Name..""].Baton.Handle.HitSound2)
end

game:GetService("RunService").RenderStepped:connect(function()
for i,v in pairs(game:GetService("Players"):GetPlayers()) do
   if v.Name ~= tostring(game.Players.LocalPlayer.Name) then
       attack(v.Character["Right Arm"], v.Character.Humanoid, 11)
   end
end
end)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS