RegisterLibrary (Method)
From Legacy Roblox Wiki
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
RegisterLibrary( String libraryName, Integer assetId ) | |
Returns | nil |
Description: | Registers a library from a lua asset rather than a script. This library can be loaded with LoadLibrary. |
Member of: | ScriptContext |