Projects
Creating and porting projects to RCC
RCC can create a new project for you with a single command. Or you can port an existing Rojo or roblox-ts project to RCC with ease.
New Project
Run
and choose one of the following templates:
roblox-py- A full Python project withroblox-pyandrojosupportfullstack- A project configured forroblox-ts,roblox-py, andluausupportroblox-c(C & C++ variants) - A project configured forroblox-csupport, should only be used when expirimenting not for productionroblox-cs- A project configured forroblox-cssupport,roblox-csis currently still in-dev, the template will not work yet.
Once you have chose one of these projects run cd template to enter the project directory and start working on your project.
Porting a Rojo Project
Open your default.project.json file and add the following to the ReplicatedStorage section:
Your project should now be ready to be used with RCC.
Porting a roblox-ts Project
Under ReplicatedStorage, you should see something that looks like this:
Replace it with:
roblox-ts will adjust and now support RCC.