Exports
Exports are a functionality that allows one resource (script or mod) to share functions, variables, or data with another resource.
TYPES
You have two types of exports, depending on whether you want to integrate the script into a client file or a server file.
Last updated