Roblox Compilers CollectionLanguages
Typescript
A quick look at using roblox-ts in RCC
For Typescript in RCC, roblox-ts
is used internally. All valid roblox-ts
code is valid for RCC.
Use roblox-ts
's Documentation for more information on Typescript.
Importing Python in Typescript
To import Python in Typescript, lets imagine 2 files:
and
This will not work out of the box. In order to import Python in Typescript you need to make a d.ts
file.