···2233General purpose modules for Roblox development. These modules are designed to be reusable and can be easily integrated into your Roblox projects.
4455+## Modules
66+57- TextTransform
68 - Transforms a `TextLabel` into a `Frame` with many children for easy manipulation of letters. Letter index is stored in `LayoutOrder` for each `Frame`.
79···9111012## Building
11131212-This project was built using [Argon](https://argon.wiki/), which is similar to Rojo. See [Argon](https://argon.wiki/) for more information on how to install and use it.
1414+To build to an RBXL file, run the following command in the terminal:
1515+1616+```sh
1717+argon build
1818+```
1919+2020+This project was built using Argon, which is similar to Rojo. See [argon.wiki](https://argon.wiki/) for more information on how to install and use it.