Luau anticheat for Roblox experiences
To build OneAnticheat for the first time, you must install pesde 0.7.0, and run the following commands inside the OneAnticheat root directory:
pesde install
lune run make <DEBUG | RELEASE | OBFUSCATED_DEBUG | OBFUSCATED_RELEASE>Then, insert the .rbxm model in your desired place by rightclicking the dropdown menu in ServerStorage, and dragging the Client and Server folders to the appropriate destinations.
After that, you can just run lune run make <CONFIG> (where <CONFIG> is one of the aforementioned configuration types) to build, as lune will already be installed.
Refer to the CONTRIBUTING.md file.