Show raw api
{
"functions": [
{
"name": "weld",
"desc": "Welds the given basepart to the target basepart.",
"params": [
{
"name": "basePart",
"desc": "",
"lua_type": "BasePart"
},
{
"name": "target",
"desc": "",
"lua_type": "BasePart"
}
],
"returns": [],
"function_type": "static",
"source": {
"line": 12,
"path": "src/weldConstraintUtil/init.luau"
}
}
],
"properties": [],
"types": [],
"name": "weldConstraintUtil",
"desc": "A simple utility for working with weld constraints.",
"source": {
"line": 6,
"path": "src/weldConstraintUtil/init.luau"
}
}