BlissSilence

Central Monitoring

Jan 5th, 2025 (edited)
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. rednet.open("bottom")
  2. while true do
  3. local senderID, message = rednet.receive("monitoring")
  4. print("Received from: " .. senderID .. " - Message: " .. tostring(message))
  5. end
  6.  
Advertisement
Add Comment
Please, Sign In to add comment