Advertisement
DAKUE1999

Chatbox Tutorial

May 31st, 2020
922
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. c = peripheral.wrap("left")
  2. while true do
  3.     os.pullEvent("redstone")
  4.     c.say("1", 7, true)
  5.     sleep(2)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement