Helios
// ROBLOX STUDIO INTEGRATION · AUTONOMOUS

Helios in Roblox Studio

A native Studio plugin that puts Helios in a dock widget next to your scripts. Helios reads what you have selected, gives Roblox-grade answers (Luau, FilteringEnabled, RemoteEvents, DataStores, TweenService — the real APIs), and runs on your existing subscription tier.

AUTONOMOUS MODE

Helios doesn't just give you code to copy — he edits your place directly. Create scripts, edit existing ones, add RemoteEvents, set properties, restructure your hierarchy. Every change is one Ctrl+Z away from undone, and by default each action shows up with an Apply button so you can review before it runs. Toggle Autopilot to let him build at full speed.

DOWNLOAD
helios-plugin.lua
Single-file plugin · ~12 KB · Luau · MIT
Download

5-step install

1. Download the plugin
Click the button below to download helios-plugin.lua.
2. Drop it into your Studio Plugins folder
  • Windows: %LOCALAPPDATA%\Roblox\Plugins\
  • macOS: ~/Documents/Roblox/Plugins/
  • (If the folder doesn't exist, create it.)
3. Reload Roblox Studio
Close + reopen Studio. A Helios button now appears in the Plugins tab in the toolbar. Click it to open the chat dock on the right.
4. Generate an API key
Visit nyptid.com/keys (sign-in required). Click Create, copy the key, click the APIbutton in the plugin's header, paste, and Save. The plugin remembers it from then on.
5. Build something — let Helios do it

Type what you want built. Helios doesn't just describe it — he emits Apply-able actions that create scripts, edit scripts, add RemoteEvents/Folders/Parts, set properties, and delete Instances directly in your place. Every applied change is wrapped in a single ChangeHistoryService waypoint, so one Ctrl+Z undoes the whole batch.

Each action lands as a card in the chat with APPLY / Skip buttons + a one-line rationale and a source preview. Click APPLY to commit it.

Want full speed? Toggle AUTOPILOT in the top-right of the dock — actions auto-apply 0.4s after they appear. Use this when you trust the session; toggle it off any time.

Try these prompts first

Click any to copy — paste into the plugin's input box.

Tier behavior

The plugin runs on your existing Helios subscription. The same tier you see at /account applies — Premium gets the frontier engine, Free gets the quick-pass engine with a daily cap.

For unlimited Roblox-side chat, upgrade to Premium ($25/mo).

Troubleshooting

Plugin source is open. Read it before you install: helios-plugin.lua Manage keys →