Advertisement
pyromatt33

Untitled

Feb 18th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function defilement(item)
  2. screen=peripheral.find("monitor")
  3. w,h=screen.getSize()
  4. for i=1,w do
  5. screen.setCursorPos(w,h/2)
  6. screen.write(item)
  7. os.sleep(2)
  8. os.clear()
  9. w++
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement