BodyVelocity

Inherits: BodyMover

No description available.

Properties
MaxForce: Vector3

The maximum force that will be exerted on the Part in each axis

P: float

The amount of power we add to the system. The higher the power, the quicker the force will achieve its goal.

Velocity: Vector3

The velocity this system tries to achieve. How quickly the system reaches this velocity (if ever) is defined by P.

maxForce: Vector3

maxForce is deprecated. Use MaxForce instead.

velocity: Vector3

velocity is deprecated. Use Velocity instead.

Functions
GetLastForce() => Vector3

No description available.

lastForce() => Vector3

No description available.