# Network Play Clip At Point

Uses Audio Source to play clip at specified position in network scene, which all players will hear.

{% hint style="warning" %}
In order for it to work, it is necessary that the scenes have a gameobject with **Network Audio Source** component with a list of necessary sounds.
{% endhint %}

***

To create it, right-click on free space in Behaviour Tree window and select:&#x20;

* <mark style="color:purple;">**Create Node/Tasks/Integrations/Mirror/Net Play Clip At Point**</mark>

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

<figure><img src="https://2203000093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGOxTM7Aj9oiVaIINrEkE%2Fuploads%2FX0npZf5PxyDr6sgmhA4T%2FNetPCAP.png?alt=media&#x26;token=3b57c1a3-2a15-423d-b12d-3978a57ea028" alt=""><figcaption><p>Network Play Clip At Point node</p></figcaption></figure>

### Fields

<table><thead><tr><th width="374">Name</th><th>Description</th></tr></thead><tbody><tr><td>Node Name</td><td>Custom name of node.</td></tr><tr><td>Ignore Abort Self</td><td>Whether node ignores abort self or not.</td></tr><tr><td>Clip</td><td>Reference to audio clip.</td></tr><tr><td>Position</td><td>The world position where it is to play the sound.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://renownedgames.gitbook.io/ai-tree/integrations/mirror-network/network-play-clip-at-point.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
