# Sprint Shake

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

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

<figure><img src="/files/XaVMqo8MmELd1jSpHXJ0" 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/MVEoMuEN3gUYPTY45oCd" alt=""><figcaption></figcaption></figure>

The provided curve will move the camera as shown below. For your convenience, we have recorded this in slow-motion:

The camera movement takes 0.7 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/sprint-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.
