# Shape.at

Returns the direction of a shape's front side.

**Kind:** Member

**Environments:** Game

## Game

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

### Get

Returns the direction of a shape's front side.

The direction is affected by the shape's rotation in the world.

**Returns:**

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