Skip to content

Commit 93435cf

Browse files
authored
Merge pull request #24 from sUNC-Utilities/Richy-Z-patch-1
Add script to docs homepage
2 parents caded06 + 73cbf97 commit 93435cf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,22 @@ Whether you're an executor developer, a curious tester, or a contributor helping
1515
- [How to Contribute](./About/contributing.md)
1616

1717
Thank you for being here.
18+
19+
20+
---
21+
22+
## 🏃 The script
23+
Before diving into the in-depth documentation for sUNC, it is important to become acquainted with the test itself by running it yourself to understand *which* functions sUNC evaluates.
24+
25+
```luau title="The sUNC testing script" linenums="1"
26+
getgenv().sUNCDebug = {
27+
["printcheckpoints"] = false,
28+
["delaybetweentests"] = 0
29+
}
30+
31+
loadstring(game:HttpGet("https://script.sunc.su/"))() -- (1)
32+
```
33+
34+
1. This loadstring uses https://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 raw link](https://gitlab.com/sens3/nebunu/-/raw/main/HummingBird8's_sUNC_yes_i_moved_to_gitlab_because_my_github_acc_got_brickedd/sUNCm0m3n7.lua).
35+
36+
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](https://discord.gg/FNNfTUpFYv).

0 commit comments

Comments
 (0)