Use the following to retrieve a specific user by their server id.
--- Utils objectlocal user = utils.connections.get_user(source)if user thenprint('User:', json.encode(user)) end--- Direct exportexports.boii_utils:get_user(source)
get_identifier
Use the following to retrieve a players identifier by their source id.
Use the following to retrieve the players unique user id by their license.
This is not the same as the characters/players unique id, this is entirely unique to their user account.