-
Notifications
You must be signed in to change notification settings - Fork 0
Setting Up The Project
Dervex edited this page Oct 30, 2023
·
5 revisions
- Create new folder - there will be stored you project
- Open it by right-clicking ->
Open with Code
or inside VSC by pressingFile
->Open Folder
- Start Argon by pressing F1 ->
Argon: Open Menu
(after initial project setup Argon will start automatically) - If you didn't change any extension settings you are good to go. If you did, follow these steps:
- If you disabled Auto Run setting run local server by pressing F1 ->
Argon: Open Menu
->Run Argon
- If you disabled Auto Setup setting create Root Folder (
src
by default) inside newly created folder. If you want to use custom paths, add Project File
- If you disabled Auto Run setting run local server by pressing F1 ->
- If you want to port existing place from Roblox Studio, look at this Porting Projects feature. If you want to start from scratch, inside Root Folder (
src
by default) create folders with services you want to sync. And then just create new scripts and instances you want, you can learn more in the Managing Instances section
If you didn't change any plugin settings everything is ready. If you did, follow these steps: