Initial Setup
- Open your Roblox Studio;
- Once it’s open, go to the file tab and click on “Open from File…”;
- Open the
Customization_Place.rblx
file that you downloaded;
- Now go into the file tab again, and click on “Save to Roblox…”’;
- Then click on “Create new game…” found in the bottom left corner of the window;
- Once you’re in there, name the game however you want, choose the creator (Whether it’ll be under your name or a group’s name) and hit “Save”;
- After that, go to the View tab, and open the Asset Manager;
- Then inside the Asset Manager, double click “Places”, and then Right Click anywhere inside the Places so that a pop-up to “Open” or “Add New Place” appears;
- Select “Add New Place”;
- Once the new place has been created, you can right click it to rename if you want, double click it and wait for the place to open;
- After that, open the other file that was downloaded
MainGame_Place.rblx
and put everything from there into the place you create in step 10;
- After all this is done, go into the places page of the Asset Manager again, and copy the ID of the place created in Step 10;
- Once you have the ID copied, go back to the Customization place, saved in the Step 6, and open the “Shared” module found in:
ReplicatedStorage > SharedFramework > Shared
;
- In there, on the line 8 and 9, you’ll have the place to put the ID of the Customization place and the Main Game place, in the MainGameID, you paste the ID you copied in step 12, ****optionally you can do the same for the Customization place.
- Do the step 14 on both places, so that the ID can be found in both Shared modules.
- Everything done, the customization should be working fine and redirecting to the main game once finished.
Animations Setup