Skip to content
On this page

Installation & Tooling

The installation and tooling guide depends on where you are using Red.

Studio

Installation

  1. Download the latest version of Red from the releases page.
  2. Insert the downloaded model into ReplicatedStorage.
  3. Start using Red!

Tooling

The default studio tooling is acceptable for Red.

Rojo & Wally

Installation

  1. Make sure you have Rojo and Wally installed.
  2. Add Red to your wally.toml file.
toml
[dependencies]
name = "uncontained0/red@^1.0.0"
  1. Run wally install.
  2. Start using Red!

Tooling

Red is written with strict Luau, so you can use any tooling that supports Luau. The only officially supported tools are Luau LSP and Stylua.