Server Addons Documentation
Server Addons are a Sandboxed Version of Lua 5, meaning that many features will be unavailable, including Player access, UI, etc.
Standard Numerical Operations are supported in Server Addons, including +=, -=, *=, /=, and string concatenation (..=).
Alongside this, the developer has added Custom API for us to use in replacement of the restricted access.
Everything related to that will be Documented and Explained in this page.
Note: All Functions that involve Text will undergo Filtering through the Host, this includes Naming, Tags, etc.
Note: Using the 'Run Once' Option will Automatically Stop your Addon after 10 Seconds of Runtime.