Guest User

clear

a guest
Jun 6th, 2024
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. term.setBackgroundColor(colors.black)
  2. term.clear()
  3. term.setTextColor(colors.green)
  4. term.setCursorPos(1,1)
  5. print("Welcome!")
  6. paintutils.drawLine(1, 2, 100, 2, colors.green)
  7. term.setTextColor(colors.black)
Add Comment
Please, Sign In to add comment