manage_effects
Emit bursts of particles, clear all particles from emitters, or toggle effects on/off in Roblox Studio.
Instructions
[PRO] Particle effects: emit particles, clear all particles, toggle effect enabled state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | [PRO] Effects action. emit: emit a burst of particles from a ParticleEmitter. clear: clear all particles from a ParticleEmitter or all emitters under an instance. toggle: enable or disable a ParticleEmitter, Beam, Trail, or other effect. | |
| contextId | No | Optional execution context identifier. Used to continue an existing context for mutating actions. | |
| contextSummary | No | Optional structured execution context attached to this tool call. | |
| replayMetadata | No | Optional replay-ready metadata attached to this tool call. | |
| path | No | Path to the effect instance (ParticleEmitter, Beam, Trail) or parent containing effects. Used by: emit, clear, toggle. | |
| count | No | Number of particles to emit in a burst. Used by: emit. Default: 16. | |
| enabled | No | Enable or disable the effect. Used by: toggle. |