1
Navigate to your ServerScriptService.
2
Create a Module Script named ActivityExporterModule
3
Use this code snippet in your new module script
4
To use the module in your order handler script
Require the module in your Loader Script, and
init
the module as normal.init
in one location.