www.roblox-scripter.com

Script – Tower of hell

Thank you for using our website
Your script:

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