Is MaxTorque the same as MaxForce?

I am using AngularVelocity in my game and have been wondering is MaxTorque the same as MaxForce in BodyVelocity?

it is simply the max amount of torque that can be applied to each axis to reach the goal. you can learn more about them here:
(realized i interpreted the question wrong and had to edit my answer)

https://developer.roblox.com/en-us/api-reference/property/BodyGyro/MaxTorque

https://developer.roblox.com/en-us/api-reference/property/BodyVelocity/MaxForce

1 Like