MtnMCG

geo test

Sep 18th, 2024
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local scanner = peripheral.find("geoScanner")
  2. if scanner then
  3. print("Geoscanner found!")
  4. else
  5. print("Geoscanner not found. Check connection and placement.")
  6. end
Advertisement
Add Comment
Please, Sign In to add comment