Make sure to change password and test side it goes 1-6. All you should need is a redstone card
local component=require("component") --references all connected components
local r=component.redstone --Choose redstone from components list
local gpu=component.gpu --Choose gpu from components
local term=require("term") --References terminal commands
---- config section
local password="1234"
local delay=5 --time the door stays open
local side=5 --side of the door, test this
-----
local wrong=false
while true do
term.