# Aiming doesn't work

## Reason

The system does not allow linking the same Animator Profile more than once. If your default Animaotr Profile is the same as the one you are trying to link, the aim point transform won't be updated. As a result, aiming will not function properly.

## Solution

Locate the **FPS Animator** component and set its default **Animator Profile** to "None":

<figure><img src="https://784345943-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxcUmJ78NSw1bSUlSO9oP%2Fuploads%2F4Gon8CTa0JSsnCRD3lEG%2Fimage.png?alt=media&#x26;token=4546f0c3-a74f-47b2-8ad3-290ceb965771" alt="" width="374"><figcaption><p>FPS Animator component.</p></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/aiming-doesnt-work.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.
