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:

Text.Create(
	"This text is awesome!",
	frame,
	{
		LineSorting = true,
		WordSorting = true
	}
)

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

circle-info

All instances are named numerically, relative to its parent.

Both lines and words will be sorted using folders: Demonstration of full sorting (Full sorting on)

Last updated