Player:Joining

Player:Joining(name: string, playerGuid: Guid, ipAddress: string, accountGuid: Guid)

Parameters

Name Type Description
name string
playerGuid Guid
ipAddress string
accountGuid Guid

Example

Events:Subscribe('Player:Joining', function(name, playerGuid, ipAddress, accountGuid)
    -- Do stuff here.
end)
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)