play
Play the particle effect.
Syntax
particles.play(reset, options, respawn);
Parameters
Name | Type | Description |
---|---|---|
reset (optional) | boolean | Whether to stop the particles instantly. Default: false |
options (optional) | ParticlesOptions | The options for the particles effect. |
respawn (optional) | boolean | Whether to respawn the particles. Default: false |
Example
particles.play(true);
Available on: Client