# RaycastResult.pointLocal

Returns the world position of the point that was hit, relative to the target's position.

**Kind:** Member

**Environments:** Game

## Game

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

### Get

Returns the world position of the point that was hit, relative to the target's position.

**Returns:**

| Type | Description |
| --- | --- |
| [Vec3](../Game-Script-Environment/Userdata/Vec3.md) | The world position of the point that was hit, relative to the target's position. |
