Advertisement
9551

rainbow font --comments

Aug 4th, 2021 (edited)
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. colors.green
  2. 0.1
  3. 1
  4. true
  5. true
  6. 0.2
  7. 0.1
  8. 0.4
  9. random
  10. term
  11. term.setCursorPos(1,2) term.setTextColor(colors.rainbow) print("rainbow comments! yay") term.setTextColor(colors.yellow) term.write("> ") term.setTextColor(colors.white)
  12. true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement