> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/lottie/play-lottie.md).

# Play Lottie

## Overview

![The Play Lottie Node.](/files/mNTSzvJD4YONhlBILWGR)

The **Play Lottie** **Node** starts playing a *Lottie*. It receives as input the [**Object ID**](/incari-studio/2023.2/objects-and-types/scene-objects.md#objects-in-logic) of the [**Lottie Sprite** **Object**](/incari-studio/2023.2/objects-and-types/scene-objects/lottie-sprite.md) to be played.

[**Scope**](/incari-studio/2023.2/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **Object ID** of the **Lottie Sprite** to be played.              |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## See Also

* [**Pause Lottie**](/incari-studio/2023.2/toolbox/incari/lottie/pause-lottie.md)
* [**Stop Lottie**](/incari-studio/2023.2/toolbox/incari/lottie/stop-lottie.md)
* [**Lottie Sprite**](/incari-studio/2023.2/objects-and-types/scene-objects/lottie-sprite.md)

## External Links

* [What is a Lottie?](https://lottiefiles.com/what-is-lottie) on LottieFiles.
