luau2ts

JSON →
library 0.3.2 ·javascript
verified Jun 4, 2026

A Luau-to-TypeScript compiler for Roblox (v0.3.2). It transpiles Luau source code into TypeScript, enabling migration of Luau codebases to TypeScript, parallel runtime maintenance, or integration with TS-native tooling. Features include two emit modes (rbxts for roblox-ts compatibility, native for Roblox-native API), directory and Rojo-project mode with declaration file generation, 100% passing conformance tests, and full Roblox API coverage. Published on npm, requires Node >=18, and ships TypeScript types.