home ~ projects ~ socials

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

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 --