function split(playerId) for k, v in ipairs(GetPlayerIdentifiers(playerId)) do if string.match(v, "license:") then local identifier = string.gsub(v, "license:", ""); return identifier; end; end; end;