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¶
-
Get the Satchel model from the Creator Store.
-
Open Roblox Studio and create a new place or open an existing place.
-
From the View tab, open the Toolbox and select the Inventory tab.
-
Locate the Satchel model and click it, or drag-and-drop it into the 3D view.
-
In the Explorer window, move the Satchel model into
ReplicatedStorage
.
GitHub Releases¶
-
Download the
Satchel.rbxm
orSatchel.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. -
Open Roblox Studio and create a new place or open an existing place.
-
In the Explorer window, insert Satchel into
ReplicatedStorage
. -
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.
-
Open your Rojo project in the code editor of your choice.
-
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]"
-
Install Satchel from Wally by running
wally install
.