• Sends Molang variables to an entity using playanimation command.

    Parameters

    • entity: Entity

      The entity to send the data to.

    • animation: string

      The RP animation to send the data through.

    • data: {
          [key: string]: MolangValue;
      }

      The data to send.

    • Optional receivers: Player[]

      Players to send the data to. If not specified, the data will be sent to all players.

    Returns void