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

    Class ChatSendAfterEventBeta

    An event that fires as players enter chat messages.

    Index

    Constructors

    Properties

    Constructors

    Properties

    message: string

    Message that is being broadcast.

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

    sender: Player

    Player that sent the chat message.

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

    targets?: Player[]

    Optional list of players that will receive this message. If defined, this message is directly targeted to one or more players (i.e., is not broadcast.)

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