Project Slayers Instant kill all Players / Server Side delete part

MADE BY egoDtheTurtle

FEATURES:

  • INSTANT KILL EVERY PLAYER
  • DELETE PART

GAME LINK:
PROJECT SLAYERS

SCRIPTS: [2]

local plr = game.Players.LocalPlayer
while wait(1) do
   for i, v in pairs(game.Players:GetPlayers()) do
       if v ~= plr and v.Character and v.Character:FindFirstChild("Head") then
           game.ReplicatedStorage.Remotes.To_Server.Handle_Initiate_S:FireServer("givericequestthing", "Players."..plr.Name..".PlayerGui.localscript_cache.Prompts_Handler", v, v.Character.Head, 305354.89620799996)
       end
   end
end

KILL ALL PLAYER

local plr = game.Players.LocalPlayer
function Delete(v)
   game.ReplicatedStorage.Remotes.To_Server.Handle_Initiate_S:FireServer("givericequestthing", "Players."..plr.Name..".PlayerGui.localscript_cache.Prompts_Handler", plr, v, 305354.89620799996)
end
Delete() -- put the part path between the (), ex: Delete(game.workspace.Part)

DELETE PART

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!