os.pullEvent = os.pullEventRaw -- this prevents the user from holding CTRL+T
print("Password Please!")
write("\nPasscode >> ") -- the \n makes a newline
local doorSide = "Change this to the side your door is on"
local passcode = "My Password" -- change to whatever you want the passcode to b...