Issue Type: Other
Impact: Moderate
Frequency: Constantly
Date First Experienced: 2021-03-02 14:03:00 (-08:00)
Date Last Experienced:
Reproduction Steps:
gyro.rbxl (23.2 KB)
Open this file in Play Solo mode to see what should be happening, then try again in a live server to reproduce the issue.
The red part stops rotating ONLY in live servers because changing MaxTorque to inf breaks the BodyGyro.
Expected Behavior:
Changing MaxTorque to inf should allow the part to rotate.
Actual Behavior:
Changing MaxTorque to inf makes the BodyGyro act as if MaxForce was 0. It makes the BodyGyro do nothing.
Workaround:
Changing MaxTorque to a high value like 100,000 fixes the issue.