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.
Creator Marketplace¶
-
Get the Satchel module from the Creator Marketplace.
-
Open Roblox Studio and create a new place or open an existing place.
-
Open or locate the Toolbox.
-
Search for
Satchel
created byWinnersTakesAll
and click on it. -
Insert
Satchel
into the Explorer and drag it into StarterPlayerScripts.
GitHub Releases¶
-
Download the
Satchel.rbxmx
file from Releases. -
Open Roblox Studio and create a new place or open an existing place.
-
Go to Explorer and right-click on
StarterPlayerScripts
and click onInsert from file...
. -
Select the
Satchel.rbxmx
you downloaded from GitHub and clickOpen
. -
Ensure that
Satchel
is in StarterPlayerScripts.
Wally¶
-
Open your Rojo project in the code editor of your choice.
-
Install Wally to your project.
-
Initialize Wally using
wally init
. -
In the new
wally.toml
file, addsatchel = "ryanlua/[email protected]"
. Be sure to use the latest version. -
Install Satchel from Wally by running
wally install
. Satchel should appear underproject/Packages
. Don't forget to addPackages
to your.gitignore
-
In a
LocalScript
underStarterPlayerScripts
, require Satchel from the installation location of Wally. Default isReplicatedStorage.Packages
.
LocalScript | |
---|---|
1 2 3 4 |
|