3rdMarket
```

Theme Setup Guide

Follow the steps below to install and configure your downloaded Roblox theme. Make sure you complete each step before moving to the next one.

1

Download Your Preferred Theme

Start by downloading the Roblox theme you want to use from the Downloads page.

Tip: Do not modify or rename files inside the theme unless the guide specifically tells you to do so.
2

Locate ServerScriptService

Open the downloaded theme and locate the Roblox ServerScriptService folder.

Locating ServerScriptService in the downloaded Roblox theme
Locate the ServerScriptService folder inside the downloaded theme.
3

Open the Configure File

Inside ServerScriptService, locate the Configure file. This file contains the settings you need to configure before publishing your game.

Important: Only change the configuration values that are required by the theme. Avoid deleting existing code or changing unrelated settings.
Opening the Configure file
Open the Configure file to access the theme settings.
4

Configure Your Webhooks

The Configure file contains the webhook settings used by the theme. Replace the placeholder webhook values with your own Discord webhook URLs.

Security: Never publicly share your Discord webhook URLs. Anyone who has access to a webhook URL may be able to send messages through it.
Configuring webhook settings
Configure the webhook values inside the Configure file.
5

Publish the Game on Roblox

After configuring the theme, open your project in Roblox Studio and publish it to Roblox.

Before publishing: Make sure there are no script errors in Roblox Studio's Output window.
Publishing the Roblox game
Publish your configured Roblox experience from Roblox Studio.
6

Make the Game Public

The final step is to make your Roblox experience public so other players can access it.

Final check: Join the game yourself and test the theme to make sure the scripts, webhooks, and other features are working correctly.
Making the Roblox game public
Change the experience visibility to Public.

You're All Set

Your theme should now be configured and ready to use. If something does not work, go back through each step and verify that the files, webhook URLs, publishing settings, and game visibility are configured correctly.

```