1
Navigate to your ServerScriptService.
2
Create a Module Script named OrderLogModule
3
Use this code snippet in your new module script
4
To use the module in your order handler script
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Navigate to your ServerScriptService.
Create a Module Script named OrderLogModule
Use this code snippet in your new module script
local orderLog = require(15254660066)
return orderLog
To use the module in your order handler script
local orderLog = require(game.ServerScriptService:WaitForChild("OrderLogModule"))