# Sandbox.Citizen.CitizenAnimationHelper.WithVelocity

```csharp
void WithVelocity(Vector3 Velocity)
```

Have the player animate moving with a set velocity (this doesn't move them! Your character controller is responsible for that)

### Parameters

- `Velocity` (`Vector3`)

Declared in [Sandbox.Citizen.CitizenAnimationHelper](/api/Sandbox.Citizen.CitizenAnimationHelper).
Assembly: `Sandbox.Engine`.
