Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local pos = 18
- mon = peripheral.wrap("MONITOR SIDE (Top, Bottom, Left, Right")
- mon.clear()
- mon.setBackgroundColor(32) --Background Color
- mon.setTextColor(32768) --*Same here
- mon.setTextScale(5) -- Text Size
- while true do
- if pos==-26 then
- pos = 18
- end
- mon.clear()
- mon.setCursorPos(pos,1)
- mon.write("DEIN TEXT HIER")
- pos = pos-1
- os.sleep(1) --1 oder 0.5 Ticks oder weniger
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement