Getting started

To access the API, create a module that returns a function in the 'Addons.Server' folder.

return function(api)
end

Now it'll run the function automatically and you can use the server API!

Last updated