Skip to content

Getting Started

Red is available for Rojo-based workflows and Studio workflows through wally.

Rojo

  1. Make sure you have Rojo and Wally installed.
  2. Add Red to your wally.toml file:
toml
[dependencies]
Red = "red-blox/red@2.3.0"
[dependencies]
Red = "red-blox/red@2.3.0"
  1. Run wally install to install packages.

Studio

  1. Make sure you have the Studio Wally plugin installed.
  2. Add Red to your packages table:
lua
return {
    studioWallyServer = "https://studio-wally.fewkz.com",
    packages = {
        Red = "red-blox/red@2.3.0"
    }
}
return {
    studioWallyServer = "https://studio-wally.fewkz.com",
    packages = {
        Red = "red-blox/red@2.3.0"
    }
}
  1. Install packages.