09glich

Mobile Rednet

Jun 13th, 2024
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. local PortMobile = 0
  2.  
  3. rednet.send(1,"hello World")
  4.  
  5. while true do
  6. local ID, message = rednet.receive()
  7. if message then
  8. print(ID.." : "..message)
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment