Skip to content

Setting Up The Project

Dervex edited this page Oct 30, 2023 · 5 revisions

Visual Studio Code

  1. Create new folder - there will be stored you project
  2. Open it by right-clicking -> Open with Code or inside VSC by pressing File -> Open Folder
  3. Start Argon by pressing F1 -> Argon: Open Menu (after initial project setup Argon will start automatically)
  4. 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
  5. 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

Roblox Studio

If you didn't change any plugin settings everything is ready. If you did, follow these steps:

  1. Open plugin (top bar -> plugins -> Argon)
  2. If you are using custom Host or Port enter it
  3. Press CONNECT, and it's done!
Clone this wiki locally