> For the complete documentation index, see [llms.txt](https://renownedgames.gitbook.io/ai-tree/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/audio-source/play-clip-at-point.md).

# Play Clip At Point

### Description

Plays an Audio Clip at a given position in world space.

**To create it**, right-click in the editor and select <mark style="color:purple;">Create Node/Tasks/Audio Source/Play Clip At Point</mark>.

This task node has a number of fields, that are highlighted in picture below.

<figure><img src="/files/MusLW54WAKnK0FerRFC0" alt=""><figcaption></figcaption></figure>

### Fields

| Name              | Description                            |
| ----------------- | -------------------------------------- |
| Node Name         | Name of node                           |
| Ignore About Self | Whether node ignores abort self or not |
| Audio Clip        | Needed audio clip                      |
| Position          | World position of the needed clip      |

{% hint style="info" %}
This function creates an audio source but automatically disposes of it once the clip has finished playing.
{% endhint %}
