How to Run a Lua Script in Delta Executor

This page covers script execution after injection. For the full activation flow — key system, injection troubleshooting, and Premium — see the Delta Executor setup guide.

How Do You Open Delta Executor While a Roblox Game Is Running?

  • Launch Roblox and join any game.
  • Once inside the game, minimise Roblox (Android: home button → Delta; PC: Alt+Tab).
  • Open Delta Executor — it should show “Injected” or a green status indicator.
  • If Delta is not injected, tap/click Inject and wait for the status to turn green.

How Do You Paste a Script Into the Delta Executor Text Box?

  • Inside Delta Executor, locate the Script Editor text box (the large dark input area).
  • Tap and hold (mobile) or click (PC) inside the text box.
  • Select Paste to paste a script you’ve copied, or type a script manually.

A basic test script:

print(“Delta Executor is working!”)

How Do You Run a Script After Pasting It?

After pasting your script:

  • Tap or click the Execute button (often labelled ▶ Run or Execute).
  • Wait 1–2 seconds — the script runs inside the Roblox game.
  • Switch back to Roblox to see the effect.

How Do You Run a Script Directly From the Built-in Script Hub?

Delta’s built-in Script Hub contains pre-loaded scripts organised by game:

  • In Delta, tap Script Hub (bottom nav or sidebar).
  • Browse or search for your game.
  • Tap a script to preview it.
  • Tap Execute — the script runs immediately without manual pasting.

The full Script Hub guide — covering how to browse, search, add external scripts, and keep the Hub updated — is in the Delta Executor scripts guide.

Which Script Should You Test With First to Confirm Injection Works?

Before running any external script, test with a low-risk script to confirm injection is working:

game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50

This simply increases your walk speed — reversible by rejoining the game, and very low ban risk.

What Does UNC Support Mean for Script Compatibility?

UNC (Unified Naming Convention) is a standard API for Roblox executors. Delta’s Gloop engine supports 100% of UNC API calls. If a script fails with a “function not found” error, it is calling a non-UNC function outside the standard — check the script’s source for custom natives that require a different executor. Check the download versions page for the current compatibility table and upcoming additions.

For the complete setup and activation context — key system, injection troubleshooting, and Premium — see the Delta Executor setup and key guide. For the full overview of Delta Executor — the Gloop engine, supported platforms, and all content pillars — visit the homepage.