General purpose modules for Roblox development. [Read-only Codeberg mirror]
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

readme changes

Signed-off-by: ClaytonTDM <claytontdm@gmail.com>

+9 -1
+9 -1
README.md
··· 2 2 3 3 General purpose modules for Roblox development. These modules are designed to be reusable and can be easily integrated into your Roblox projects. 4 4 5 + ## Modules 6 + 5 7 - TextTransform 6 8 - Transforms a `TextLabel` into a `Frame` with many children for easy manipulation of letters. Letter index is stored in `LayoutOrder` for each `Frame`. 7 9 ··· 9 11 10 12 ## Building 11 13 12 - 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. 14 + To build to an RBXL file, run the following command in the terminal: 15 + 16 + ```sh 17 + argon build 18 + ``` 19 + 20 + 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.