# Particle Emitters

A Particle Emitter can be used to create countless effects from explosions, fireworks, to sword slashes and tornadoes.

The Default Particle Emitter seems pretty limited, but with a few custom images, layered Particle Emitters, and a bit of work you can create some amazing results.

<figure><img src="/files/m1bykT6kj1E1hDzS2yQV" alt=""><figcaption><p>Default Particle Emitter...</p></figcaption></figure>

### Useful Plugins

A very useful plugin that helps visualise the end result as well as add a couple of extra useful features is '[Ros Particle Editor](https://create.roblox.com/store/asset/8813198599/Ros-Particle-Editor?externalSource=www)' by Roasted\_Shrimps.

## Adding a Particle Emitter

* Add a new 'Part' to your space. This is important for certain elements of the Particle Emitter such as emission volume.
* Click on the '+' on the 'Part' and add 'ParticleEmitter'.

## Common Parameters

There are a *ton* of parameters within the Particle Emitter instance so it can be pretty daunting to see when you first look at it. That said, when you pull it all apart you will most commonly use the same parameters most of the time.&#x20;

### Property types

Each property can have a certain type that allows you to customise the result.

* Some properties will be a simple input such as a number (usually with a slider) or a pulldown.&#x20;
* Some properties will allow a range between two numbers. These will usually have an arrow on the left of the properties you can expand.
* Some properties will offer more advanced tools such as a spectrum, also known as a 'Number Sequence'. These will only appear when you click on the property, and a '...' button will appear on the far right.&#x20;

Number Sequences can allow for the following properties:

* Time (0 - 1) - The point in time.
* Value (Ranged) - The Value at the point in time.
* Envelope - The range of values at the point in time.

For more information on Number Sequences, check out the [Roblox Number Sequence Docs](https://create.roblox.com/docs/reference/engine/datatypes/NumberSequence).

Examples of most of the properties within a Particle Emitter will be covered over the next few Docs ranging in categories from Appearance, Emission, EmitterShape, Motion, Flipbook, and Particle.


---

# 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/particle-emitters.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.
