A modern, namespaced specification for Roblox executor runtimes.
Standard-2 (S2) is a specification for Roblox executors, built as a successor to UNC. UNC unified the executor ecosystem when it was introduced, and S2 takes that further with a more deliberately planned API, namespaced functions instead of global environment pollution, less deviation between implementations, and a spec written fresh rather than patched over time.
| Repository | Description |
|---|---|
| spec | The documentation for the S2 specification itself. |
| Myriad | Standardization, functionality, and mitigation testing suite for executors, based on the original UNC lineage, separate from S2, maintained under this org. |