> For the complete documentation index, see [llms.txt](https://docs.vimera.ovh/vimera/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vimera.ovh/vimera/enable-loadstringenabled-and-allow-http-requests.md).

# Enable LoadStringEnabled and Allow HTTP Requests

Auto-updates mean you don’t need to keep re-importing a new model. That saves time for you. It also helps us ship fixes faster. This improves stability and device performance.

Vimera products won’t work without these settings. We use them for auto-updates and faster bug fixes.

Use these settings only in experiences you trust. They enable runtime code loading and outbound web requests.

### Enable `LoadStringEnabled`

{% columns %}
{% column %}

#### What you’re doing

You’re enabling a property on **ServerScriptService**. It controls whether `loadstring()` is allowed.

#### Why Vimera needs this

We use `loadstring()` for auto-updates. This avoids manual model updates. It also lets us hotfix issues quickly.

#### Steps (more detailed)

{% stepper %}
{% step %}

### Open the required panels

Open **Window**. Enable **Explorer** and **Properties**.
{% endstep %}

{% step %}

### Select `ServerScriptService`

In **Explorer**, find **ServerScriptService**. Click it once.
{% endstep %}

{% step %}

### Enable `LoadStringEnabled`

In **Properties**, use the search box. Search for `LoadStringEnabled`. Set it to **On**.
{% endstep %}
{% endstepper %}

#### Quick fixes

* Don’t see **Explorer** or **Properties**: open **Window** again.
* Don’t see `LoadStringEnabled`: make sure **ServerScriptService** is selected.
  {% endcolumn %}

{% column %}

<figure><img src="/files/Dria40uNBN5PxoeUdiDr" alt="Roblox Studio top menu: open the Window menu."><figcaption><p>In Roblox Studio, open the <strong>Window</strong> menu.</p></figcaption></figure>

<figure><img src="/files/cc9tS8RT3l1gbY6jHTM2" alt="Roblox Studio: enable the Explorer and Properties panels."><figcaption><p>Enable the <strong>Explorer</strong> and <strong>Properties</strong> panels.</p></figcaption></figure>

<figure><img src="/files/ox2IDpRCPH3MUqcNkz1c" alt="Roblox Studio Explorer panel: locate ServerScriptService."><figcaption><p>In <strong>Explorer</strong>, find <strong>ServerScriptService</strong>.</p></figcaption></figure>

<figure><img src="/files/XyJ0ZWJgqusYErth1bOA" alt="Roblox Studio Properties panel: select ServerScriptService and enable LoadStringEnabled."><figcaption><p>Click <strong>ServerScriptService</strong>, then in <strong>Properties</strong> turn <strong>LoadStringEnabled</strong> on.</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Enable HTTP Requests (`HttpEnabled`)

{% columns %}
{% column %}

#### What you’re doing

You’re enabling `HttpService` access. You need **two** toggles:

* **Allow HTTP Requests** for live servers.
* **Studio Access to API Services** for Studio testing.

#### Why Vimera needs this

Vimera products use HTTP requests to check for updates. They also use HTTP for service communication. Without this, updates and some features will not work.

#### Steps (more detailed)

{% stepper %}
{% step %}

### Open Game Settings

Open **File**. Click **Game Settings**.
{% endstep %}

{% step %}

### Go to Security

Open the **Security** tab.
{% endstep %}

{% step %}

### Enable the required toggles

Turn **HTTP Requests** **On**. Turn **Studio Access to API Services** **On**.
{% endstep %}

{% step %}

### Save

Click **Save**. Without saving, nothing changes.
{% endstep %}
{% endstepper %}

#### Quick fixes

* Can’t find **Security**: scroll the left sidebar in Game Settings.
* Works in Studio but not in-game: ensure **Allow HTTP Requests** is enabled.
* Still blocked: check you’re editing the right experience/place.
  {% endcolumn %}

{% column %}

<figure><img src="/files/JWJoIiW2N4oL7tD2KN1O" alt="Roblox Studio top menu: the File menu."><figcaption><p>Open the <strong>File</strong> menu.</p></figcaption></figure>

<figure><img src="/files/Yms44NjInTBj2FLQliwd" alt="Roblox Studio File menu: Game Settings option."><figcaption><p>In <strong>File</strong>, click <strong>Game Settings</strong>.</p></figcaption></figure>

<figure><img src="/files/QM8LW2H0obCIOU2V3R2j" alt="Roblox Studio Game Settings: Security tab."><figcaption><p>In <strong>Game Settings</strong>, open <strong>Security</strong>.</p></figcaption></figure>

<figure><img src="/files/fJeJwVK0qXmAH899LpLv" alt="Roblox Studio Game Settings Security: enable HTTP Requests and Studio Access to API Services, then save."><figcaption><p>Enable <strong>HTTP Requests</strong> and <strong>Studio Access to API Services</strong>, then click <strong>Save</strong>.</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="warning" %}
Only enable these settings for trusted experiences and scripts (like Vimera products). They allow runtime code execution and outbound web requests.
{% endhint %}
