# Weapon Positioning

<figure><img src="https://784345943-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxcUmJ78NSw1bSUlSO9oP%2Fuploads%2FuBkfHQNXuM2YNWd7rGmK%2Fimage.png?alt=media&#x26;token=aa48d40d-7d8b-4b92-a85e-d9fed7e27609" alt="" width="442"><figcaption></figcaption></figure>

## Reason

This issue happens often with Humanoid models, because most of the time humanoid animations do not update the weapon bone, and the weapon uses the default transform, which is usually the character root bone.

## Solution

To fix this issue, it is required to edit the **Default Weapon** property in the [pose-offset-layer](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/pose-offset-layer "mention"):&#x20;

<figure><img src="https://784345943-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxcUmJ78NSw1bSUlSO9oP%2Fuploads%2FzuoMEd7TIIAwc4RCXfYu%2Fimage.png?alt=media&#x26;token=2ba29347-a288-4ac0-8287-f49d7ff37089" alt="" width="342"><figcaption></figcaption></figure>


---

# 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://kinemation.gitbook.io/scriptable-animation-system/troubleshooting/weapon-positioning.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.
