Get Part Physical Properties

Description

Sets the elasiticity, friction, density, elasiticityweight and the frictionweight of a part.

Available to

Inputs

Part (Object)

You give the path to an object, that you want to get the physical properties.

game.Workspace.Part

Outputs

Result (Table)

Returns a Table with the Keys Density, Friction, Elasticity, FrictionWeight, ElasticityWeight.

{
    Density = 1;
    Friction= 1;
    Elasticity = 1;
    FrictionWeight = 1;
    ElasticityWeight = 1;
}

Last updated