Script API - v1.26.10
    Preparing search index...

    Class PlayerJoinAfterEvent

    Contains information regarding a player that has joined. See the playerSpawn event for more detailed information that could be returned after the first time a player has spawned within the game.

    export class PlayerJoinAfterEvent {
    private constructor();
    readonly playerId: string;
    readonly playerName: string;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    playerId: string

    Opaque string identifier of the player that joined the game.

    This property can't be read in early-execution mode.

    playerName: string

    Name of the player that has joined.

    This property can't be read in early-execution mode.