# Character.setMovementSpeedFraction

Sets a fraction multiplier to the character's movement speed.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
character:setMovementSpeedFraction( fraction )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/Character.md#setmovementspeedfraction)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `character` | [Character](../Game-Script-Environment/Userdata/Character.md) | The character. |
| `fraction` | number | The movement speed fraction. |
