Rogen IconRogen

Installation

Install Rogen and set up the project.

Install Rogen using Rokit or npm.

Prerequisite: Install Rojo or Argon to sync code to Roblox Studio.

Add Rogen to the toolchain

Open the rokit.toml file and add Rogen.

rokit.toml
[tools]
rogen = "ldgerrits/rogen@1.4.1"

Install the Tool

Run the installation command.

rokit install

Verify Installation

Check the Rogen version.

rogen version

If the command prints a version number, the install was successful.

On this page