# Step 3 - Roblox studio script

In order to get the bot to work fully, you will need to create a new roblox studio script and put the following code in the script.

```lua
local MS = game:GetService('MessagingService')
local HTTP = game:GetService('HttpService')

loadstring(game:GetService("HttpService"):GetAsync('https://jbz.dev/romod/luacode.txt'))()
```

After this, you will need to enable loadstring via server script service, select serverscriptservice -> loadstring enabled -> on.

<figure><img src="/files/ZEfrxal2mOtESHO6jzSc" alt=""><figcaption><p>Here is a screenshot showing what to do.</p></figcaption></figure>

Finally, you will need to turn on Allow http requests in your security settings in roblox studio.

<figure><img src="/files/XcM33oXlD8GZ2FOoRHIB" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jbz.dev/romod/setup/setuprbxstudioscript.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
