Roblox Wiki
Roblox Wiki
Advertisement
Roblox Wiki

Secret is a data type that was released in version 596 (September 2023). Secrets are a safe way to store sensitive string information, such as Security tokens, webhook URLs, etc. In Roblox API, Secrets are only accessible via the HttpService light iconHttpService dark iconHttpService:GetSecret method, and can be modified with built-in methods, but cannot be read. They can be used with HttpService light iconHttpService dark iconHttpService in any string parameter.

Secrets can be created and modified on the Roblox Creator Hub, and are specific to the experience they are created for.

Referenced by[]


Advertisement