sm.joint

A joint is a part that can be built by a player that is used to connect bodies. There are multiple scriptable joint types:

Constants

Name Type Description
types table The type list.

types

Value type: table

{
    "bearing", -- A bearing part.
    "spring",  -- A spring part.
    "piston",  -- A piston part.
}