Skip to content

KitStdPhysics

Physic utilities.

function KitStdPhysics.populateConstraintAttachments(constraint: Constraint): (Attachment, Attachment)

Creates 2 attachments and sets them to the constraint attachment properties.

`

`


function KitStdPhysics.weld(
trove: trove.Trove,
target: BasePart,
weldToTarget: BasePart,
unanchorTarget: boolean?
): WeldConstraint

Welds the weldToTarget to the target. Optionally unanchors the weldToTarget.

`