Skip to main content

Installation

Wally Package Manager

There are a few ways to install wally. You can find all the ways here. We recommend using Aftman and is what we'll cover here.

  1. Initialize Aftman if you haven't already. You can do this by opening a terminal in the project and running aftman init.

  2. Add the wally tool to your aftman.toml file. In the same terminal as before run aftman add UpliftGames/wally. This should add the following to your aftman.toml file.

aftman.toml
[tools]
wally = "UpliftGames/wally@x.x.x"
  1. Run aftman install to install wally and any other packages that you may have added.

  2. If you don't have a wally.toml file, run wally init.

  3. Add matter under [dependencies] inside wally.toml. You can find the latest version from this page or by running wally search matter-ecs and finding the one labeled matter-ecs/matter@x.x.x.

wally.toml
[dependencies]
matter = "matter-ecs/matter@0.8.4"
  1. Run wally install.
  2. Sync in the Packages folder with Rojo.

Manual

  1. Download matter.rbxm from the latest release.
  2. Sync in with Rojo or import into Roblox Studio manually.