Fast, small, simple, intended to be modified.
- Clone Luau using Visual Studio.
- Set the Windows environment variable
%LUAUSRC%
to the path to the cloned Luau repo. - Clone runluau (this repo) using Visual Studio.
- Clone runluau-plugins with Visual Studio, and make sure it's in the same folder that runluau was cloned into.
- No x86 support by default. Pick x64 Release or x64 Debug configurations for Luau, runluau, and runluau-plugins inside Visual Studio.
- For your first build, build Luau first, then runluau, then runluau-plugins. After, you can do any in any order.
- Use in the
out
folder.
Would be a very difficult feat, as the plugins system is based off loading DLLs, and the build system generates Windows executables.
You can read the arguments passed into a Luau script simply by using ...
in the global scope. It will be a tuple of strings.