Home
| Colors: |

Get The ID Of A Computer Or Turtle In Minecraft CC Tweaked (Computer Craft)

June 2024
local theId = os.computerID()
print("The ID is: " .. theId)

Watch out for the fact that the "D" is capitalized. I've missed that repeatedly which causes errors.

end of line