Analysis updated 2026-05-18
Attach custom Lua scripts to a running Roblox game for testing or debugging.
Experiment with UNC-compatible scripts shared in the Roblox scripting community.
Learn how Roblox script injection and execution environments work.
| mvitkova60/the-solara-executor | cachebag/jumpy.nvim | iilw/nui-diagnostic.nvim | |
|---|---|---|---|
| Stars | 14 | 14 | 14 |
| Language | Lua | Lua | Lua |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires adding an antivirus exclusion and running as administrator, using it violates Roblox's terms of service.
Solara Executor is a Lua script execution tool for Roblox on Windows. In the Roblox ecosystem, an executor is a program that injects and runs custom Lua scripts inside a game while it is running, letting a player execute code the game itself did not include. This class of tool is commonly used for script development, debugging, and testing custom behaviors, though using an executor to modify gameplay is against Roblox's own terms of service. The README describes it as keyless: it requires no activation keys, ad link completions, or checkpoints before use. The tool includes a custom API for fast script attachment, and it supports UNC, a set of Universal Naming Convention functions widely used in the Roblox scripting community for script compatibility across different executors. It also provides a simple graphical interface. To use it, you download and extract the archive, add the folder to your antivirus exclusions (the project states this avoids false positive detections during execution), run the main executable as an administrator, open Roblox, click Attach to connect the executor to the running game, then paste a Lua script into the workspace and click Execute. The project is written in Lua and built specifically for Roblox on Windows. The README states it is intended for educational purposes and software debugging, though as with any third-party code injection tool for a live game platform, using it can violate the platform's rules and carries some risk to your account. Because it runs outside of Roblox's own approval process, this kind of tool is not endorsed or supported by Roblox, and behavior can change or stop working whenever the platform updates its detection systems.
A third-party Lua script injector for Roblox that runs custom code inside a game, against Roblox's terms of service.
Mainly Lua. The stack also includes Lua.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.