Skip to main content

Installation

Wally package manager

  1. Install Wally with Aftman.
aftman.toml
[tools]
wally = "upliftgames/[email protected]"
  1. If you don't have a wally.toml file, run wally init.
  2. Add matter under [dependencies]. Copy the latest version from this page.
wally.toml
[package]
name = "biff/package"
version = "0.1.0"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"

[dependencies]
matter = "evaera/[email protected]" # Don't copy this. This won't work.
# Copy real string from page linked above.
  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.