RegisterDevelopmentLibrary (Method)

From Legacy Roblox Wiki
Revision as of 16:51, 2 March 2011 by >ArceusInator (How to make a library needed)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
RegisterDevelopmentLibrary( String libraryName, Instance linkedScript )
Returns nil
Description: Allows you to create a library from a formatted script. This library can be loaded from anywhere via LoadLibrary. See How to make a library.
Member of: ScriptContext