Skip to main content

ServerSendBeepMessage

Callable

  • ServerSendBeepMessage(target: number, msg?: string, options?: { includeRoom: boolean }): void

  • Send a beep message to another player


    Parameters

    • target: number

      The member number of the target. We must be friend with them

    • optionalmsg: string

      The message to send to the target.

    • optionaloptions: { includeRoom: boolean }

      Options for the beep message

      • includeRoom: boolean

        If set, we'll include the current room data we're in

    Returns void