Installation¶
This guide will help you install SimpleDialogue in your Roblox project.
Using Wally (Recommended)¶
SimpleDialogue is available as a package through Wally, a package manager for Roblox.
-
Make sure you have Wally installed on your system.
-
Add SimpleDialogue as a dependency to your
wally.toml
file:
-
Run
wally install
to install the package. -
Use Rojo to sync the packages to your Roblox place.
Manual Installation¶
If you prefer to manually install SimpleDialogue:
-
Download the latest release from the GitHub repository.
-
Extract the files and place them in your project's directory.
-
Make sure to set up the proper paths to access the module from your scripts.