Nice share but you have useless line in server.lua local steamID = string.upper(string.sub(identifiers[1], 7)) and me I use string.match(identifiers, "steam")
local steamID = string.upper(string.sub(identifiers[1], 7))
string.match(identifiers, "steam")