Skip to main content

Rig

An animated rig. Pass this into the animation solver.

Properties

result_coordinate_frames

Rig.result_coordinate_frames: {[string]CFrame}

The result table of the rig. Structured as { [limb name]: CFrame }

Show raw api
{
    "functions": [],
    "properties": [
        {
            "name": "result_coordinate_frames",
            "desc": "The result table of the rig. Structured as { [limb name]: CFrame }",
            "lua_type": "{ [string]: CFrame }",
            "source": {
                "line": 68,
                "path": "src/init.luau"
            }
        }
    ],
    "types": [],
    "name": "Rig",
    "desc": "An animated rig. Pass this into the animation solver.",
    "source": {
        "line": 61,
        "path": "src/init.luau"
    }
}