01Implements Roblox-specific constructors and DataType math operations for Vector3 and other types.
021 GitHub stars
03Provides specialized type-checking for Roblox instances using typeIs and classIs validation.
04Automates game hierarchy typing and Workspace management through services.d.ts integration.
05Transpiles TypeScript syntax into optimized Luau code specifically for the Roblox engine.
06Manages Luau interop patterns including $tuple, LuaTuple, and method-callback distinctions.