# Character.getMass

Returns the mass of a character.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| number | The character's mass. |
