# Attachments

{% tabs %}
{% tab title="Tutorial" %}
Attachments are points on the avatar that connect assets from the marketplace to such as backpacks, swords, guns etc. There are 19 in total you need to position according to your avatar.

As the assets are already in the Avatar template file, all you need to do is position the centre of the attachment object onto the location where the asset would be placed.

* Unhide all the \*\_Att assets in the Outliner
* Position them using Move | 'G' to their respective locations.
* Note that the ball should be centred at the point where the attachment will spawn, it shouldn't be completely outside the asset.

## Testing in Roblox

With the Attachments done we can test the avatar in Roblox once more, we will use the Roblox Avatar Test Space again as it has some assets we can attach to the character.&#x20;

To export your assets, use [Exporting the Avatar](/documentation/archive/roblox/advanced-avatars/exporting-the-avatar.md).

To import your assets into the Roblox Avatar Test Space, use [Importing the Avatar](/documentation/archive/roblox/advanced-avatars/importing-the-avatar.md).
{% endtab %}

{% tab title="Troubleshooting" %}

{% endtab %}
{% endtabs %}

In this doc&#x20;


---

# 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://themattempire.gitbook.io/documentation/archive/roblox/advanced-avatars/attachments.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.
