Tawok

Untitled

Apr 17th, 2022 (edited)
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. local list = peripheral.getNames()
  2. for i=1, #list do
  3.     print(peripheral.getType(list[i]).." - "..list[i])
  4. end
Add Comment
Please, Sign In to add comment