require("uuid") categories = {} description = "" function hostrule() return true end function action() local uuidTest = uuid.UUID:new("E75074E2-6EEC-4f08-9454-8D806C221490") local uuid_raw = uuidTest:getRaw() print(uuidTest:get()) print(uuid.strtoraw) print(#uuid_raw) end