# Introduction

The sorting options in the customization are crucial to fine-control. Using word and line sorting, you can not only modify individual characters, but whole words and lines together, easily.

You can enable the sorting like this:

<pre class="language-lua"><code class="lang-lua">Text.Create(
	"This text is awesome!",
	frame,
	{
<strong>		LineSorting = true,
</strong><strong>		WordSorting = true
</strong>	}
)
</code></pre>

By default, line and word sorting will both be off, meaning your frame will contain pure characters.

{% hint style="info" %}
All instances are named numerically, relative to its parent.
{% endhint %}

Both lines and words will be sorted using folders:\ <img src="https://3250100800-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw4wVemrevDavfaAr2MQ%2Fuploads%2Fafn6D92dzfM20DJPFhQI%2F32dbdd654dd47ce023319d4ff45225f80f9a0fd5.png?alt=media&#x26;token=6539756e-19f4-458f-8f28-f27b0ede16d4" alt="Demonstration of full sorting" data-size="original">\
\&#xNAN;*(Full sorting on)*
