Skip to content

Installation

TheTryph edited this page Sep 3, 2024 · 4 revisions

Installation

There are currently 2 ways to insert this module into your game.

Releases

This is the easiest way to install. Download the module from the release tag in releases, then insert it in game.ReplicatedStorage.

Building from source

Copy this repository, and run in the terminal:

rojo build -o module.rbxm

Then use the module.rbxm and import it into your studio game instance.

Insert the imported module in game.ReplicatedStorage.

Usage

For details on how to use this module in your game, refer to Functionality

Clone this wiki locally