# NormalId

## Overview

NormalId is an Enum that specifies direction or position in a 3D coordinate system based on the normal vector direction.

This is used in the EmissionDirection property of ParticleEmitter, the Face property of SurfaceGui, the direction settings of SpotLight, and more.

## Items

| Name   | Value | Description                                                |
| ------ | ----- | ---------------------------------------------------------- |
| Right  | 0     | The direction pointing rightward in the coordinate system. |
| Top    | 1     | The direction pointing upward in the coordinate system.    |
| Back   | 2     | The direction pointing backward in the coordinate system.  |
| Left   | 3     | The direction pointing leftward in the coordinate system.  |
| Bottom | 4     | The direction pointing downward in the coordinate system.  |
| Front  | 5     | The direction pointing forward in the coordinate system.   |

## See also

{% content-ref url="/pages/PzdUA1Oi8vUN198oIS2W" %}
[ParticleEmitter](/development/api-reference/classes/particleemitter.md)
{% endcontent-ref %}

{% content-ref url="/pages/bs8C6Nf2KqR8MpuDGIVh" %}
[SurfaceGui](/development/api-reference/classes/surfacegui.md)
{% endcontent-ref %}

{% content-ref url="/pages/iQJJlR6Had45tgbI83fv" %}
[SpotLight](/development/api-reference/classes/spotlight.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.overdare.com/development/api-reference/enums/normalid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
