# Character.movementSpeedFraction

Gets the current fraction multiplier applied on the character's movement speed.

**Kind:** Member

**Environments:** Game

## Game

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

### Get

Gets the current fraction multiplier applied on the character's movement speed.

**Returns:**

| Type | Description |
| --- | --- |
| number | The movement speed fraction. |

### Set

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

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `fraction` | number | The movement speed fraction. |
