Player:SteamID
Description
Returns the player's SteamID.
See Player:AccountID for a shorter version of the SteamID and Player:SteamID64 for the Community/Profile formatted SteamID.
In a
-multirun
environment, this will return STEAM_0:0:0
(serverside) or NULL
(clientside) for all "copies" of a player because they are not authenticated with Steam.
For Bots this will return BOT
on the server and on the client it returns NULL
.