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-py
androjo
supportfullstack
- A project configured forroblox-ts
,roblox-py
, andluau
supportroblox-c
(C & C++ variants) - A project configured forroblox-c
support, should only be used when expirimenting not for productionroblox-cs
- A project configured forroblox-cs
support,roblox-cs
is 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.