# Multi Spiral Particle

## Format

`multi-spiral [args]`

## Description

It works similarly to [Spiral Particle](https://treasurestore.gitbook.io/treasure-particles/effects/creating-effect/script-types/particle/spiral-effects/spiral-particle) but has 2 extra arguments. It helps you to create a multiple spirals of particles. Spirals will only be moving on 2 dimensions; x and z (x and y, when they're vertical).

All the arguments in [Single](https://treasurestore.gitbook.io/treasure-particles/effects/creating-effect/script-types/particle/single-particle) and [Spiral](https://treasurestore.gitbook.io/treasure-particles/effects/creating-effect/script-types/particle/spiral-effects/spiral-particle) particles also apply to this.

## Arguments

<table data-card-size="large" data-view="cards"><thead><tr><th>Arg</th><th>Description</th><th>Format</th><th>Example(s)</th><th>Default Value</th><th data-type="checkbox">Required</th><th>Aliases</th></tr></thead><tbody><tr><td>spirals</td><td>spiral amount</td><td><code>spirals=&#x3C;INTEGER></code></td><td><code>spirals=5</code>, <code>spirals={s}</code></td><td>3</td><td>false</td><td>*</td></tr><tr><td>tick-data</td><td>sets the color by each particle if enabled, or all the particles will be the same colored</td><td><code>tick-data=&#x3C;BOOLEAN></code></td><td><code>tick=true</code></td><td>false</td><td>false</td><td>tick</td></tr></tbody></table>
