Go back

Installation Guides

Choose the installation method that matches the file you downloaded.

.rbxm Installation

Use this method if you downloaded the Roblox model file.

  1. Open Roblox Studio.
  2. Open the place where you want to install the project.
  3. In Roblox Studio, select File → Import Roblox Model or insert the file using the appropriate Studio option.
  4. Select the downloaded .rbxm file.
  5. Insert the model into your experience and put the folders inside the model into the service the folder is named after.
  6. Ungroup the folder that has the name of the service.
  7. Repeat until the downloaded .rbxm model is empty.
  8. Delete the downloaded .rbxm model.
View Video

.zip Installation

Use this method if you downloaded the project as a ZIP archive.

Prerequisites: This installation method requires Rojo and a supported IDE.

  1. Download the .zip file.
  2. Install the Rojo extension and set up Rojo in your IDE.
  3. Extract the ZIP file to the directory of your choosing.
  4. Replace the default.project.json file with the downloaded project configuration file.
  5. Place the LICENSE.md file into the root directory of the project.
  6. Replace the server folder inside src with the downloaded server folder.
  7. Replace the client folder inside src with the downloaded client folder.
  8. Delete the automatically generated Luau file inside src/shared.
  9. Start the Rojo project from your IDE.
  10. Connect Roblox Studio to the running Rojo project.
  11. Download and install the UI package required to display the project's data to players.
View Video