# Shape.velocity

Returns the linear velocity of a shape.

**Kind:** Member

**Environments:** Game

## Game

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

### Get

Returns the linear velocity of a shape.

**Returns:**

| Type | Description |
| --- | --- |
| [Vec3](../Game-Script-Environment/Userdata/Vec3.md) | The shape's linear velocity. |
