# Sneak Shake

This page describes how you can adjust the camera movement when the player is sneaking.

To edit the curve, double-click the curve in `Motion\Blueprints\Curves\Curve_SneakShake`. This will open the curve editor.

<figure><img src="/files/fqrvu3qLWPcHB4O507tg" alt=""><figcaption></figcaption></figure>

The `Red` line, X, translates to the **Roll** added to the camera.

The `Green` line, Y, translated to the **Pitch** added to the camera.

The `Blue` line, Z, translates to the **Yaw** added to the camera.

<figure><img src="/files/aGUMiARYepqvFjUW41zr" alt=""><figcaption></figcaption></figure>

The camera movement takes 1.4 seconds per cycle.


---

# 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://motion.docs.regensturm.com/tweaking/sneak-shake.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.
