Roblox Wiki
Advertisement
Roblox Wiki
Warning
This tutorial is not done. Feel free to add on to it!
Tutorial page
This article is an intermediate tutorial.
Outdated information
The information on this article may be outdated. You can help the Roblox Wiki by updating it!

ParticleEmitter light iconParticleEmitter dark iconParticleEmitters, released in 2016, are special Instances which allow the creation of custom particles (e.g. Fire light iconFire dark iconFire is an example of an internal Particle Emitter). This tutorial explains how to use particle emitters, and create amazing effects in your game.

To start, ParticleEmitters must be parented to a BasePart in order to be physically seen. If not parented to a BasePart, the ParticleEmitter will be disabled even with its Enabled property turned on.

Properties[]

Enabled
Whether or not the particle emitter can be seen.
Texture
The image of the ParticleEmitter
Color
The color of the Particle emitter. Similar to the ImageColor3 of a ImageLabel light iconImageLabel dark iconImageLabel.

Usage[]

Lets start off usages with simple stuff. First, create the ParticleEmitter inside a BasePart.

Now, set the texture to whatever you want. In this example, I will use this fire made by petercoolman.

Advertisement