Advertisement
Computer2000

Untitled

May 15th, 2025
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | Gaming | 0 0
  1. print("Enter password")
  2. input=read()
  3. if input == "Password" then
  4.     redstone.setOutput("back", true)
  5.     sleep(5)
  6.     redstone.setOutput("back", false)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement