Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("What you want that show on your Wallpaper?")
- write(": ")
- pt = read()
- term.clear()
- termx, termy = term.getSize()
- while true do
- print(pt)
- sleep(1.5)
- term.setCursorPos(math.random(termx - string.len(pt)), math.random(termy - 1))
- end
Add Comment
Please, Sign In to add comment