Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/en-us/studio/game-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ You should only enable the following settings if you trust all assets from other
<td>**Allow HTTP Requests**</td>
<td>Allows experiences' servers to issue requests to remote servers via `Class.HttpService`.</td>
</tr>
<tr>
<td>**Secrets**</td>
<td>Allows for the creation and configuration of [Secrets](../reference/engine/datatype/secret) for Roblox Studio sessions using `Class.HttpService`. Requires allowing HTTP requests.</td>
</tr>
<tr>
<td>**Enable&nbsp;Studio&nbsp;Access to API Services**</td>
<td>Lets Studio access API services. This setting is useful for testing the implementation of services like [data stores](../cloud-services/data-stores).</td>
Expand Down
Loading