· 4 months ago · May 15, 2025, 01:00 PM
1print("Enter password") 2input=read() 3if input == "Password" then 4 redstone.setOutput("back", true) 5 sleep(5) 6 redstone.setOutput("back", false) 7end