Setup
The API of Runner is Damn Simple, just download a release and insert it anywhere or build the project and throw it in.
You can create a new ActiveRunner instance by calling:
Runner.new(Modules: Instance, Params: RunnerParams) -> ActiveRunner
RunnerParams
RunnerParams are parameters for dynamic loading. You only need to define the following:
{DynamicLoad: Boolean, DynamicContainer: Instance}
warning
DynamicContainer cannot be nil even if DynamicLoad is false!