Find any script for Roblox

Enter the name of the game or script.

Script – Tower of hell

Thank you for using our website
Your script:

NO KEY

while task.wait() do
    for i, v in pairs(workspace:GetDescendants()) do
        if v.Name == "kills" then
            v:Destroy()
        end
    end
end