Skip to content

Installation

Installing Satchel is easy and painless. Satchel is a drag-and-drop module that works out of the box and with no configuration needed.

Tip

While Satchel can run anywhere because it uses RunContext, it is recommeneded to parent Satchel to ReplicatedStorage for best practices and organizational reasons.

Creator Store recommended

  1. Get the Satchel model from the Creator Store.

    Creator Store

  2. Open Roblox Studio and create a new place or open an existing place.

  3. From the View tab, open the Toolbox and select the Inventory tab.

    View Tab Toolbox

    Inventory Tab

  4. Locate the Satchel model and click it, or drag-and-drop it into the 3D view.

    Toolbox

  5. In the Explorer window, move the Satchel model into ReplicatedStorage.

GitHub Releases

  1. Download the Satchel.rbxm or Satchel.rbxmx model file from GitHub Releases.

    Info

    Binary (.rbxm) and XML (.rbxmx) model files contain the exact same model. .rbxm is a smaller file size to download.

    GitHub Release

  2. Open Roblox Studio and create a new place or open an existing place.

  3. In the Explorer window, insert Satchel into ReplicatedStorage.

    Contextual menu

  4. Select the Satchel model file you downloaded from GitHub.

Wally

You are expected to already have Wally setup in your Rojo project and basic knowledge on how to use Wally packages.

  1. Open your Rojo project in the code editor of your choice.

  2. In the wally.toml file, add the latest Wally version for Satchel. Your dependencies should look similar to this:

    wally.toml
    1
    2
    [dependencies]
    satchel = "ryanlua/[email protected]"
    
  3. Install Satchel from Wally by running wally install.