Welcome Components
We’re excited to officially launch Unify Components, a new system that makes it easier than ever to add pre-built modules to your Roblox projects.
Unify Components allow developers to quickly integrate reusable scripts, UI elements, and data modules without worrying about setup or compatibility. Everything is designed to follow the Unify structure, so your projects stay clean and organized.
How It Works
Components are added using the Unify CLI. Simply run a single command, and the system will fetch the module from the official repository:
npx unify-rocks add MonetizationClientYou can also add a component directly from a URL:
npx unify-rocks add "https://example.com/AdminServer.luau"This means anybody can use the CLI for people to install their own components.
for more information check out the docs page here