Description
Get the player's social club id. Note: this is easily spoofed and should not be used for logins.
Syntax
readonly socialId: string;
const social = player.socialId; console.log(social);