Advertisement
Guest User

text

a guest
Jun 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. text = peripheral.wrap('back')
  2. text.clear()
  3. text.setTextScale(5)
  4. text.setCursorPos(1, 1)
  5. text.write("Bienvenue dans le monde des Bisounours !")
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement