# Text Particle

## Format

`text [args]`

## Description

You can easily create text using text particles. You can modify various properties of the text, such as font and scale. You can write text with any desired particle and color. It is recommended to keep the interval value high *(for a more pleasant appearance and to prevent server lag).*

All the arguments in [Single Particle](https://treasurestore.gitbook.io/treasure-particles/effects/creating-effect/script-types/particle/single-particle) 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>Exclusive</th><th data-type="checkbox">Required</th><th>Aliases</th></tr></thead><tbody><tr><td>text</td><td>text input</td><td><code>text="&#x3C;STRING>"</code></td><td><code>text="Hello World"</code></td><td>*</td><td>*</td><td>true</td><td>*</td></tr><tr><td>font</td><td>text font</td><td><code>font="&#x3C;STRING>"</code></td><td><code>font="Montserrat"</code></td><td>"Tahoma"</td><td>*</td><td>false</td><td>*</td></tr><tr><td>step-x</td><td>step value for x-coord</td><td><code>step-x=&#x3C;INTEGER></code></td><td><code>step-x=2</code></td><td>1</td><td>*</td><td>false</td><td>*</td></tr><tr><td>step-y</td><td>step value for y-coord</td><td><code>step-y=&#x3C;INTEGER></code></td><td><code>step-y=5</code></td><td>1</td><td>*</td><td>false</td><td>*</td></tr><tr><td>scale</td><td>text scale</td><td><code>scale=&#x3C;FLOAT></code></td><td><code>scale=1</code></td><td>0.2</td><td>*</td><td>false</td><td>*</td></tr><tr><td>vertical</td><td>text orientation</td><td><code>vertical=&#x3C;BOOLEAN></code></td><td><code>vertical=false</code></td><td>true</td><td>*</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>*</td><td>false</td><td>tick</td></tr></tbody></table>
