Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tank = peripheral.wrap("bottom")
- results = tank.getTankInfo("bottom")
- for k,_ in pairs(results) do
- for i,v in pairs(results[k]) do
- print(i..v)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement