There is a high probability that the server will crash when using the ragdoll structure used in the Secret Staycation characters.
I have been working to identify the cause for the past six months, however I still don’t understand why only that specific ragdoll structure causes crashes.
This bug started occurring from around 2:30 AM on January 24, 2024.
The basic structure simply connects multiple parts using BallSocketConstraints and locks the angles with AlignOrientation.
However, when I try to move the character using AlignPosition on the leg parts, the server often crashes.
Avoiding the following property settings has somewhat reduced the probability of crashes, however they still occur occasionally:
- Setting MaxFrictionTorque of BallSocketConstraint to infinite.
- Setting MaxAngularVelocity and MaxTorque of AlignOrientation to infinite and Responsiveness to the maximum value of 200.
- Enabling RigidityEnabled for AlignPosition.
You can check the issue from this game (the server will crash without being able to join the game): Server Crash Reproduce - Roblox
As for the place file, I would like to avoid making the ragdoll structure publicly available, therefor only the staff members have access to it.
Since this writing was created using a translation tool, please let me know if there is anything unclear.
I hope this issue can be resolved.
Thank you very much.
Expected behavior
Server doesn’t crash by the ragdoll model.
A private message is associated with this bug report