> For the complete documentation index, see [llms.txt](https://themattempire.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themattempire.gitbook.io/documentation/archive/roblox/visual-effects-vfx/trails/trail-properties.md).

# Trail Properties

## Appearance Properties

### FaceCamera

Attempts to have the Trail always facing the camera. Depending on the flow of the Trail this may or may not work as well as expected.

<div><figure><img src="/files/IW7jGrbnpJJbZuxjhRvY" alt=""><figcaption><p>FaceCamera : Set to Disabled...</p></figcaption></figure> <figure><img src="/files/cqwuHxsA74FbAOskfOEH" alt=""><figcaption><p>FaceCamera : Set to Enabled...</p></figcaption></figure></div>

### LightEmission (Default : 0)

Determines how much the Trail is blended with the colors behind them. The result is very subtle.

<figure><img src="/files/zQczdFWLL1pvdMYphaNb" alt=""><figcaption><p>LightEmission : Set to 0 then to 1.</p></figcaption></figure>

### LightInfluence

Determines how much the Trail is influenced by the Environment lighting. This example shows a red Point light to the right with a setting of 1. If you set the LightInfluence to 0 the environment does not affect the Trail at all. A Brightness setting will become available when LightInfluence is *not* set to 1.

<figure><img src="/files/L6oT19EAgIqoTPIj4URo" alt=""><figcaption><p>LightInfluence : Set to 0 then 1.</p></figcaption></figure>

### Texture&#x20;

The Texture Property uses an image that will be applied to the Trail. Note that the image will tile and stretch across the Trail. These settings can be adjusted below the Property.

* Click on the property result.
* Use the 'Add Image...' button at the bottom of the popup.
* Use the 'Choose File...' Button at the top of the following window.
* Load your desired image.
* Rename the image if you want.
* Select 'Create' to import the Image onto your Trail.

Note the direction of the image (upwards) and how it is placed on the Trail. This would be useful when designing your own images to use.

<figure><img src="/files/1hvne2jRjx11U8rAR4c3" alt=""><figcaption><p>Adding a custom Texture...</p></figcaption></figure>

### TextureLength

Sets the length of the Trails texture. This depends on the TextureMode property (next point). By default (Stretch mode at 1 Texture Length) the texture will fit once across the Trail regardless of how long the Trail is.

<figure><img src="/files/sX6mh6qLvgOcmpSrHzQH" alt=""><figcaption><p>TextureLength : Set to 1 then to 10...</p></figcaption></figure>

### TextureMode

Determines how the texture wraps and repeats over the course of the trail.&#x20;

<figure><img src="/files/0QoNe7nvR1J4Fj6PpU6l" alt=""><figcaption><p>TextureMode : Set to 'Static' then 'Stretch' then 'Wrap'... </p></figcaption></figure>

### Transparency

Determines the transparency over the course of the Trail. You can use a single number, or the Number Sequence to affect the Transparency over time. Note how the Trail at 0 Transparency seems to brighten, use the LightInfluence, LightEmission, and Brightness settings to adjust this if needed.

<figure><img src="/files/THoi9AjlF2eZAxtU8qHu" alt=""><figcaption><p>Transparency : Set from 1 to 0 over time...</p></figcaption></figure>

## Emission Properties

### Enabled

Enables or Disables the Trail.

### Lifetime

Defines the range of lifetime from minimum to maximum. They can be the same amount as well.

<figure><img src="/files/gVHwDUJ2jbrMtI28tFGx" alt=""><figcaption><p>Lidetime : Set to 2 then to 0.2...</p></figcaption></figure>

### MaxLength - Minlength

Sets the Maximum and Minimum length of the Trail. The two properties work together for different results with examples below.

<figure><img src="/files/4V2QK4jf3RJJ8QEIRI3C" alt=""><figcaption><p>MaxLength - MinLength - Set to 0 &#x26; 0.1, then 10 &#x26; 10... </p></figcaption></figure>

### WidthScale

Adjusts the width over the course of the Trail. Values between 0 - 1 are useful.

<figure><img src="/files/0T8uLES3eSmynVp0Fjgd" alt=""><figcaption><p>WidthScale : Set from 0 to 1 to 0 over time...</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://themattempire.gitbook.io/documentation/archive/roblox/visual-effects-vfx/trails/trail-properties.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
