🔗 Weld
Welds two parts together
local Shared = Framework.Shared
local Functions = Shared.Functions
local A = workspace.partA
local b = workspace.partB
Functions.Weld(A, B, true) -- PartA, PartB, IsManualWeld (weld / WeldConstraint)
Welds two parts together
local Shared = Framework.Shared
local Functions = Shared.Functions
local A = workspace.partA
local b = workspace.partB
Functions.Weld(A, B, true) -- PartA, PartB, IsManualWeld (weld / WeldConstraint)