# Roblox Modules General purpose modules for Roblox development. These modules are designed to be reusable and can be easily integrated into your Roblox projects. ## Modules - [FadeUI](Docs/FadeUI.md): Fade UI elements in and out using `TweenService`. - [TextTransform](Docs/TextTransform.md): Transform text in a way that makes it easy to manipulate individual characters. - [TweenSequence](Docs/TweenSequence.md): Play a sequence of tweens, waits, parallel tween groups, and callbacks with pause and resume support. --- ## Building To build to an RBXL file, run the following command in the terminal: ```sh argon build ``` This project was built using Argon. See [argon.wiki](https://argon.wiki/) for more information on how to install and use it.