SpringConstraint

非推奨を表示

A SpringConstraint applies a force to its Attachments based on spring and damper behavior. This constraint, along with a CylindricalConstraint, is ideal for building vehicle suspension.

Note that if this constraint attaches one part (A) to another part (B) that is anchored or connected to an anchored part (Z), part A will not be locally simulated when interacting with a player.

When configuring this constraint, it may be helpful to study Roblox Units to understand how Roblox units compare to metric units.

Free Length

FreeLength defines the natural resting length of the spring. If the attachments are further apart than the free length, they are forced together; if the attachments are closer together than the free length, they are forced apart.

Damping

The Damping value controls how fast the spring's oscillation dies down. A value of 0 allows the spring to oscillate endlessly, while higher values bring the spring to a rest more quickly.

Stiffness

Stiffness sets the strength of the spring. Higher values create a spring that responds with more force when its attachments are closer together or further apart than FreeLength.

Limits

Enabling the LimitsEnabled property exposes the MinLength and MaxLength values for setting the minimum and maximum length of the spring. If the spring's attachments reach these limits, they stop moving apart from one another without restitution.

概要

プロパティ

Constraint から継承した プロパティ

プロパティ

Coils

並列読み取り

The number of coils visualized on the SpringConstraint. This can only be set between 0 and 8.

CurrentLength

読み取り専用
複製されていません
並列読み取り

The current distance between the constraint's Attachments.

Damping

並列読み取り

Damping constant for the SpringConstraint. Multiplied to the velocity of the constraint's Attachments to reduce the spring force applied.

FreeLength

並列読み取り

Natural resting length of the spring.

LimitsEnabled

並列読み取り

Sets whether the SpringConstraint enforces a minimum and maximum length. If the constraint's Attachments reach these limits, they will simply stop moving apart from one another without restitution. If you need restitution or elasticity at the ends of the range of motion, you can combine a SpringConstraint with another constraint that allows restitution at the end of its range, such as a PrismaticConstraint or RopeConstraint.

MaxForce

並列読み取り

The maximum force the SpringConstraint can apply on its Attachments. Some spring systems can give rise to forces that grow fast leading to instability. In such cases it is recommended to set MaxForce to a reasonable value.

MaxLength

並列読み取り

The maximum separation the SpringConstraint will allow if LimitsEnabled is true.

MinLength

並列読み取り

The minimum separation the SpringConstraint will allow if LimitsEnabled is true.

Radius

並列読み取り

The visualized radius of the spring's coils.

Stiffness

並列読み取り

The strength of the spring. The higher this value the more force will be applied when the attachments are separated a different length than the FreeLength.

Thickness

並列読み取り

The visualized thickness of the spring's coils.

方法

イベント