Currently, as of 5/24/24, the character physics controllers behave unexpectedly & fling characters when their root motor6D has its CFrame modified. This is pretty game-breaking!
To reproduce:
Open the place file (attached to this bug report)
Run a playsolo test. Observe that the character moves around normally with its basic character controller
Select LowerTorso.Root in the explorer. Modify its C0.Orientation property to a value of 45,0,45.
Enter the blue tube next to the spawn. Observe that the character randomly flings at high speeds.
It is expected that visually rotating the character via its root Motor6D would not affect the charactercontroller’s physics calculations.
Interestingly, this only occurs with certain kinds of avatars (non-blocky body, taller body scale). I had a hard time reproducing this with my crimson claw avatar when it was short, but was able to reproduce it consistently when it was taller.
@Noble_Draconian I see. The controller seems much less likely to fling the character now, but indeed, we were able to repro the flinging after many more attempts. We will continue working on this.
@choconatto Heya! Will there be a fix for this soon? We’ve disabled some game features that were triggering this flinging behavior, but we’re still getting player reports about flinging when hitting sloped surfaces at certain speeds in the air.
We still don’t understand the root cause of the issue. However, a temporary workaround, if it suffices for your use case, is to set the mesh parts to massless so that the only massive part in the assembly is the HumanoidRootPart.
@choconatto I can confirm, the issue seems to be fixed! I tried reproducing with the original repro file, the character worked normally and did not fling.
Thank you for fixing this! We can enable the avatar tilt feature in our game again