Skip to content

sUNC Documentation

Welcome to the official documentation for sUNC - senS' Unified Naming Convention.

This documentation site serves as the central knowledge base for understanding what sUNC is, how it works, and how to contribute to the project.

Whether you're an executor developer, a curious tester, or a contributor helping document functions, you're in the right place!


📚 Explore the Docs

📜 The script

The sUNC testing script
1
2
3
4
5
6
getgenv().sUNCDebug = {
    ["printcheckpoints"] = false,
    ["delaybetweentests"] = 0
}

loadstring(game:HttpGet("https://script.sunc.su/"))() -- (1)
  1. This loadstring uses script.sunc.su, which is an official mirror of the sUNC script. If the mirror is down or you would like to use the original loadstring, visit this.

Please note that as of sUNC v2.0, the test now only runs inside of the official testing game. The latest one may be retrieved from our Discord server.


Thank you for being here.