Skip to content

Commit dba320a

Browse files
committed
Reference Game Settings page
1 parent 96fa854 commit dba320a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/reference/engine/classes/HttpService.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ methods:
161161
162162
Production `Datatype.Secret`s are only available in live servers and Team Create. Local `Datatype.Secret`s are stored on your device per-experience, and are available for non-Team Create Studio. To add a local `Datatype.Secret` in Studio, go to the **Game Settings** in the **Home** tab of the ribbon bar. Then go to the **Security** tab of **Game Settings**.
163163
164-
Enter `Datatype.Secret`s in the JSON form `{"secret_name": ["cGFzc3dvcmQ=", "*.google.com"], "other_secret": ["cGFzc3dvcmQ=", "*.github.com"]}`, where `cGFzc3dvcmQ=` is the secret value, and `*.google.com` is the domain the secret is valid for. Secret values must be encoded in Base64.
164+
Production `Datatype.Secret`s are only available in live servers and Team Create. [Local `Datatype.Secret`s](https://create.roblox.com/docs/en-us/studio/game-settings#security) are available for non-Team Create Studio.
165165
code_samples: []
166166
parameters:
167167
- name: key

0 commit comments

Comments
 (0)