Skip to main content

Connection

The constructor class for ClientCaster objects.

Properties

Connected

This item is read only and cannot be modified. Read Only
Connection.Connected: boolean

A boolean which determines whether the Connection is currently active.

Functions

Disconnect

Connection:Disconnect() → ()

Disonnects the Connection, with any :Fire calls no longer updating it.

Show raw api
{
    "functions": [
        {
            "name": "Disconnect",
            "desc": "Disonnects the Connection, with any :Fire calls no longer updating it.",
            "params": [],
            "returns": [],
            "function_type": "method",
            "source": {
                "line": 70,
                "path": "lib/init.luau"
            }
        }
    ],
    "properties": [
        {
            "name": "Connected",
            "desc": "A boolean which determines whether the Connection is currently active.",
            "lua_type": "boolean",
            "readonly": true,
            "source": {
                "line": 75,
                "path": "lib/init.luau"
            }
        }
    ],
    "types": [],
    "name": "Connection",
    "desc": "The constructor class for ClientCaster objects.",
    "source": {
        "line": 66,
        "path": "lib/init.luau"
    }
}