Player:SteamID64
Description
Returns the player's 64-bit SteamID aka CommunityID.
See Player:AccountID for a shorter version of the SteamID and Player:SteamID for the normal version of the SteamID.
In a
-multirun
environment, this will return nil
for all "copies" of a player because they are not authenticated with Steam.
For bots, this will return 90071996842377216
(equivalent to STEAM_0:0:0
) for the first bot to join.
For each additional bot, the number increases by 1. So the next bot will be 90071996842377217
(STEAM_0:1:0
) then 90071996842377218
(STEAM_0:0:1
) and so on.
It returns no value
for bots clientside.