Skip to content
Centurion

Centurion

A flexible and extensible command framework for roblox-ts

Installation

npm install @rbxts/centurion
npm install @rbxts/centurion-ui # Optional if using a custom UI

Easy to use

Centurion uses decorators to make defining commands easy and readable.

Extensible

Centurion is built to be extensible - allowing for a custom user interface, custom types and more.

Powerful

Features like command guards and custom types allow for a wide range of customization.