roblox-ts compiles TypeScript to Luau so Roblox developers can write strongly-typed game code in TS. luau2ts is the mirror: it compiles Luau to TypeScript. Use it to migrate an existing Luau codebase ...
roblox-ts is an attempt to bridge the abilities of TypeScript to work in a Roblox environment. We break down your code into an abstract syntax tree and emit functionally similar structures in Luau so ...