Typescript implementation of a small slice of the Roblox API that covers UI instances along with the Roblox DataTypes and Enums relevant to them. Instances are non-functional and only act as data ...
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 ...