Skip to main content

InstanceManager

Functions

GetEventServer

InstanceManager.GetEventServer(
namestring,
unreliableboolean
) → RemoteEvent

GetFunctionServer

InstanceManager.GetFunctionServer(
namestring,
unreliableboolean
) → RemoteFunction

GetEventClient

InstanceManager.GetEventClient(namestring) → RemoteEvent

GetFunctionClient

InstanceManager.GetFunctionClient(namestring) → RemoteFunction
Show raw api
{
    "functions": [
        {
            "name": "GetEventServer",
            "desc": "",
            "params": [
                {
                    "name": "name",
                    "desc": "",
                    "lua_type": "string"
                },
                {
                    "name": "unreliable",
                    "desc": "",
                    "lua_type": "boolean"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "RemoteEvent"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 84,
                "path": "Source/Networking/InstanceManager.luau"
            }
        },
        {
            "name": "GetFunctionServer",
            "desc": "",
            "params": [
                {
                    "name": "name",
                    "desc": "",
                    "lua_type": "string"
                },
                {
                    "name": "unreliable",
                    "desc": "",
                    "lua_type": "boolean"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "RemoteFunction"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 107,
                "path": "Source/Networking/InstanceManager.luau"
            }
        },
        {
            "name": "GetEventClient",
            "desc": "",
            "params": [
                {
                    "name": "name",
                    "desc": "",
                    "lua_type": "string"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "RemoteEvent"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 118,
                "path": "Source/Networking/InstanceManager.luau"
            }
        },
        {
            "name": "GetFunctionClient",
            "desc": "",
            "params": [
                {
                    "name": "name",
                    "desc": "",
                    "lua_type": "string"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "RemoteFunction"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 130,
                "path": "Source/Networking/InstanceManager.luau"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "InstanceManager",
    "desc": "",
    "source": {
        "line": 76,
        "path": "Source/Networking/InstanceManager.luau"
    }
}