Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getvaliant.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Sirius Developer Suite is the all-in-one platform for Roblox script creators. Whether you need a polished in-game UI, a managed key gate for your script, or programmatic access to execution analytics — it all lives here.

Rayfield UI Library

Add a full-featured interface to your Roblox script with one line of code. Windows, tabs, elements, notifications, and themes — all included.

Load Rayfield

Get Rayfield running in your script in under a minute. Start with the load string, create a window, and add your first elements.

Developer Platform API

Programmatically manage your projects, query analytics, revoke keys, and roll back script versions using the REST API.

Marketplace Tiers

Read buyer tier information at runtime to unlock premium features for paying users of your script.

Get started

1

Load Rayfield into your script

Add a single line at the top of your script to load the Rayfield UI library:
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
2

Create a window

Call Rayfield:CreateWindow() to set up your UI container with a name, theme, and optional features like a key system or Discord invite.
local Window = Rayfield:CreateWindow({
   Name = "My Script",
   Theme = "Default",
})
3

Add tabs and elements

Build out your interface with tabs, sections, toggles, sliders, buttons, and more. Every element fires a callback when the user interacts with it.
4

Connect to the Developer Platform (optional)

Register your script at developer.sirius.menu to get a Script ID, then pass it in CreateWindow to unlock analytics, managed keys, and script hosting.

Explore by product

Elements

Buttons, toggles, sliders, dropdowns, inputs, color pickers, and keybinds.

Themes

Nine built-in themes, plus a fully customizable theme table.

Secure Mode

Strip detectable asset IDs and protect your script from anti-cheats.

Analytics API

Query execution counts, unique users, daily trends, and executor breakdowns.

Key Management

List issued keys, revoke by ID, or bulk-revoke by watermark via the API.

Webhooks

Get notified on Discord when a new version deploys, executions drop, or key abuse is detected.