Exports - Clientside
Check if the Player is whitelisted or not.
Parameters playerId - number - The ServerId of the player - Optional
number
Returns isWhitelisted - boolean - whether the player is whitelistet or not
boolean
-- Self local isWhitelisted = exports.msk_whitelist:isPlayerNew() -- Other Player local isWhitelisted = exports.msk_whitelist:isPlayerNew(playerId)
Last updated 1 year ago