Advertisement
GochiPC

hello

Dec 25th, 2023
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. term.setTextColor(colors.blue)
  4. textutils.slowPrint("Hello World")
  5. sleep(1)
  6. term.clear()
  7. term.setCursorPos(1,1)
  8. term.setTextColor(colors.yellow)
  9. print("MineOS 1.3 PRE1")
  10.  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement