# Change Movement Animations

To change movement animations do the following:

* Open an animator controller, which are located in <mark style="color:orange;">**Tools -> Assets -> Animator Controllers -> Character.controller**</mark>
* In the <mark style="color:green;">**Animator**</mark> window, open the <mark style="color:green;">**\<TP & TD Movement>**</mark> state:
* Then choose one of the movement states and replace animations in it.&#x20;

![](/files/-M1-q2Ec7BTQBcaoz0jK)

&#x20;   **Meaning:**&#x20;

1. Character rotation in place
2. Walking in the <mark style="color:green;">**Aim**</mark> <mark style="color:green;">**State**</mark>, <mark style="color:green;">**TD Mode**</mark>, and <mark style="color:green;">**TP**</mark> <mark style="color:green;">**All Directions**</mark> mode
3. The same as in the 2nd point, but for the running
4. Melee attacks (changes automatically based on weapon animations)
5. Running forward in the normal state
6. The same as in the 5th point, but for the walking&#x20;
7. Actions for the crouch mode (walking, aiming, etc.)
8. Grenade throw (changes automatically based on grenade animations)
9. Jumping

![](/files/-MXwhyOh9E4ItW84NZj-)


---

# 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://docs.gercstudio.com/characters/controller/locomotion/change-movement-animations.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.
