roblox-ts

Compiles TypeScript code to Luau for Roblox game development

brewmacoslinux
Try with needOr install directly
Source

About

TypeScript-to-Luau Compiler for Roblox

Commands

roblox-ts

Examples

Initialize a new roblox-ts project$ roblox-ts init my-project
Compile TypeScript files to Luau$ roblox-ts build
Watch for file changes and compile automatically$ roblox-ts build --watch