AddRelativeTorque

Function of: Part
Returns: Void
Tags:  instance

Adds a relative torque to the part

Parameters
Name Type Description
torqueVector3
Example
local part = script.Parent
  
part:AddRelativeTorque(Vector3.new(100, 100, 100))