Skip to main content

LoaderLinkCreator

Adds the loader instance so script.Parent.loader works.

Functions

Destroy

LoaderLinkCreator:Destroy() → ()

Cleans up the replicator disconnecting all events and cleaning up created instances.

Show raw api
{
    "functions": [
        {
            "name": "Destroy",
            "desc": "Cleans up the replicator disconnecting all events and cleaning up\ncreated instances.",
            "params": [],
            "returns": [],
            "function_type": "method",
            "source": {
                "line": 196,
                "path": "src/loader/src/LoaderLink/LoaderLinkCreator.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "LoaderLinkCreator",
    "desc": "Adds the loader instance so script.Parent.loader works.",
    "source": {
        "line": 6,
        "path": "src/loader/src/LoaderLink/LoaderLinkCreator.lua"
    }
}