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

    Class PlayerSpawnAfterEvent

    An event that contains more information about a player spawning.

    export class PlayerSpawnAfterEvent {
    private constructor();
    initialSpawn: boolean;
    player: Player;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    initialSpawn: boolean

    If true, this is the initial spawn of a player after joining the game.

    This property can't be edited in restricted-execution mode.

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

    player: Player

    Object that represents the player that joined the game.

    This property can't be edited in restricted-execution mode.

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