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: Fade UI elements in and out using
TweenService. - TextTransform: Transform text in a way that makes it easy to manipulate individual characters.
- TweenSequence: 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:
argon build
This project was built using Argon. See argon.wiki for more information on how to install and use it.