Find any script for Roblox

Enter the name of the game or script.

Script – Blademasters

Thank you for using our website
Your script:

				
					_G.oop = true
local Player = game:GetService("Players").LocalPlayer
while true do
    if _G.oop and Player.Character and Player.Character:FindFirstChild("Humanoid") and Player.Character.Humanoid.Health <= 0 then
        wait(4)
        game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("Deployed"):FireServer()
    end
    wait(1)
end