sUNC Introduction
What is "sUNC"?
sUNC stands for senS' Unified Naming Convention. It's a tool designed to check if an executor can properly run essential global functions, following the existing Unified Naming Convention. Unlike the original UNC, which is now outdated and prone to spoofing, sUNC ensures that functions actually work as intended, by testing them as if they were to be used in a real scenario. However, we are not, in any way calling UNC "bad", we are simply saying people shouldn't be using UNC to deeply test their environment, as that is not its purpose.
How would I know what fails?
We are not gatekeeping function tests, despite the script being obfuscated. You are welcome to ask the owner (@sens6222 on Discord) if you are struggling with passing certain tests. We keep it this way for now, due to executors already faking their environments to suit the original UNC.
Note that it's also possible to see the detailed reason of a function's failure at the top of the Developer Console
in game.
Will sUNC be discontinued?
Not in the near future, we hope. However, if sUNC would be discontinued, we will open source the project after 1-2 months.
Is this the official sUNC documentation?
No this was made as a rework from Penguin and is not intended to replace the sUNC documentation. It was there because back then the sUNC documentation was just a markdown. But now the official one isn't.
To see the official one please visit this page
Where is the sUNC place?
The sUNC Place where you can test all the functions is here with this loadstring
getgenv().sUNCDebug = {
["printcheckpoints"] = false,
["delaybetweentests"] = 0
}
loadstring(game:HttpGet("https://script.sunc.su/"))()
Last updated