Skip to main content

Get Started

NOT WORKING

Scripting is not available yet

The programming language is Luau which is sandboxed and encapsulated, there are no globals and dangerous functions have been removed.

Scripts are found in ProjectGWN\mods\scripts and each script will have its own folder.

A valid script should have an entrypoint file (_init.lua) to be loaded by the game and as many files as you want inside.

Even with the Sandbox and encapsulation there are ways to share data using _require.Script or Events