Show raw api
{
"functions": [
{
"name": "attachBeam",
"desc": "Attaches the given beam.",
"params": [
{
"name": "beam",
"desc": "",
"lua_type": "Beam"
},
{
"name": "a0",
"desc": "",
"lua_type": "Attachment"
},
{
"name": "part",
"desc": "",
"lua_type": "BasePart"
},
{
"name": "beamParent",
"desc": "",
"lua_type": "Instance"
}
],
"returns": [],
"function_type": "static",
"source": {
"line": 21,
"path": "src/beamUtil/init.luau"
}
}
],
"properties": [],
"types": [],
"name": "beamUtil",
"desc": " \n\nA simple utility for working with beams.",
"source": {
"line": 6,
"path": "src/beamUtil/init.luau"
}
}