Skip to content

Installation

This guide will help you install SimpleDialogue in your Roblox project.

SimpleDialogue is available as a package through Wally, a package manager for Roblox.

  1. Make sure you have Wally installed on your system.

  2. Add SimpleDialogue as a dependency to your wally.toml file:

[dependencies]
SimpleDialogue = "crabzzai/simpledialogue@0.1.8"
  1. Run wally install to install the package.

  2. Use Rojo to sync the packages to your Roblox place.

Manual Installation

If you prefer to manually install SimpleDialogue:

  1. Download the latest release from the GitHub repository.

  2. Extract the files and place them in your project's directory.

  3. Make sure to set up the proper paths to access the module from your scripts.