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, easily.
Use the sorting customization options like this:
TextPlus.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.
Both lines and words will be sorted using folders:
(Full sorting on)
Last updated