> For the complete documentation index, see [llms.txt](https://documentation.kingstreetplaza.com/products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.kingstreetplaza.com/products/product-setup.md).

# Product Setup

{% hint style="info" %}
To ensure that you are able to pick up the products and walk around within the game, make sure the tool in ServerStorage is not anchored. If you have any issues, open a support ticket.
{% endhint %}

Once you are in studio, you should find you have a folder called[ "King's Game | Product Pack | **Pack Name**"](#user-content-fn-1)[^1], this is where you can access all pack assets

<div align="left"><figure><img src="https://2960884216-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9CWPnEAs7BwKBdrQpnXD%2Fuploads%2FkAL2jC3R27vbtiU5zhaF%2FScreenshot%202024-07-24%20at%2014.28.18.png?alt=media&amp;token=3323b4f3-fb0a-40d2-a85f-bd9d395ee4cd" alt="" width="375"><figcaption></figcaption></figure></div>

After you have opened the pack credits and read them, you may delete the script. If you forget to delete it then the script **will delete automatically** when in-game or testing in studio.

Within the model, you will find a **tool** and a **MeshPart,** the tool should be moved to ServerStorage and the MeshPart should remain in the workspace or wherever your product tools are stored within your expreince.

<div align="left"><figure><img src="https://2960884216-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9CWPnEAs7BwKBdrQpnXD%2Fuploads%2FbJqdJCFHyDTKSjTNw6Lm%2FScreenshot%202024-07-24%20at%2015.30.20.png?alt=media&amp;token=8b0a91f0-74cf-4335-b481-3cc6794ea284" alt="" width="242"><figcaption></figcaption></figure></div>

If you want to change the "Click Loader", which allows you to pick up the product within your game, you should open the MeshPart and ClickDetector and then you'll find the script.

<div align="left"><figure><img src="https://2960884216-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9CWPnEAs7BwKBdrQpnXD%2Fuploads%2Fi0rTfxu5zdERX8hiL4gN%2FScreenshot%202024-07-24%20at%2015.39.03.png?alt=media&amp;token=20e00bac-84ee-411d-95f3-ad6db3b1eec5" alt="" width="242"><figcaption></figcaption></figure></div>

You should updaye the script if you want to change the tool name or tool location, this can be done easily, to change the location of your tool update the following:

```
game.ServerStorage.YourFolderName:WaitForChild("Kelloggs Coco Pops")
```

If you want to update the tool name within ServerStorage, you will update the following two lines of code:

```
WaitForChild("ToolNameHere") 
```

```
plr.Character:FindFirstChild("ToolNameHere") or plr.Backpack:FindFirstChild("ToolNameHere")
```

[^1]: The folder will change name depending on the pack you have you purchased.
