AddForceAtPosition

Function of: Part
Returns: Void
Tags:  instance

Adds a force to the part at a specific position on the part. Type is Force type (0 = Force, 1 = Impulse, 2 = VelocityChange, 3 = Acceleration)

Parameters
Name Type Description
forceVector3
positionVector3
typeNumber
Example
Part:AddForceAtPosition(Vector3 force,
Vector3 position,
Number type
)