General purpose modules for Roblox development. [Read-only Codeberg mirror]
1# Roblox Modules
2
3General purpose modules for Roblox development. These modules are designed to be reusable and can be easily integrated into your Roblox projects.
4
5## Modules
6
7- [FadeUI](Docs/FadeUI.md): Fade UI elements in and out using `TweenService`.
8- [TextTransform](Docs/TextTransform.md): Transform text in a way that makes it easy to manipulate individual characters.
9- [TweenSequence](Docs/TweenSequence.md): Play a sequence of tweens, waits, parallel tween groups, and callbacks with pause and resume support.
10
11---
12
13## Building
14
15To build to an RBXL file, run the following command in the terminal:
16
17```sh
18argon build
19```
20
21This project was built using Argon. See [argon.wiki](https://argon.wiki/) for more information on how to install and use it.