# Visual Effects (VFX)

Roblox has quite a few tools that offer the ability to create some really interesting visual effects such as Particle Emitters, Beams, and Trails.

### Particle Emitters

Particle Effects  are tools that allow you to spawn 2D Images in a large array of ways. This allows you to create effects such as fire and explosions, to fireworks and blood spatters.

For more information on Particles, check out the [Particle Emitters](/documentation/archive/roblox/visual-effects-vfx/particle-emitters.md) documentation.

### Beams

Beams are tools that allow you to stretch 2D images across a beam between to points. If the two points move, the beam continues to connect them. This allows you to create effects such as slashes and running water to electricity and plasma beams.

For more information on Beams, check out the [Beams](/documentation/archive/roblox/visual-effects-vfx/beams.md) documentation.

### Trails

Trails are tools that allow you to spawn 2D Images as a trail behind a moving object. This allows you to create any effect such as a nitro or rocket boost behind a vehicle.


---

# 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://themattempire.gitbook.io/documentation/archive/roblox/visual-effects-vfx.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.
