Advertisement
_Ziper_YT_

Untitled

Jun 11th, 2025
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. id = 13
  2. peripheral.find("modem", rednet.open)
  3. while true do
  4. sleep(0.1)
  5. pos.x = 394
  6. pos.y = 74
  7. pos.z = 53
  8. vel.x = 0
  9. vel.y = 0
  10. vel.z = 0
  11.  
  12. poss = pos.x .." ".. pos.y .." ".. pos.z
  13. vels = vel.x .." ".. vel.y .." ".. vel.z
  14. mes = poss .. "\n" .. vels
  15. print(mes)
  16.  
  17. rednet.send(id, mes)
  18. end
  19.  
  20.  
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement