Shared

DoesIdExist

Function to get if a player server Id exists, only if the player already joined (that means an Id from connecting in the server won't be recognized as existing player server Id)

function HRLib.DoesIdExist(playerId: integer|string?): boolean

Parameters description

  • playerId - the player server Id to check

Last updated