Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if os.getComputerLabel() == nil then
- os.setComputerLabel("changeMe")
- end
- print("Hey there! My name is " .. os.getComputerLabel())
- print("I am computer number " .. os.getComputerID() .. ".")
Advertisement
Add Comment
Please, Sign In to add comment