Collision between players

Hello,
I have been trying to make a cinematic with animations, that 2 players have.
The players have body contact which means they are touching each other like in this video:

so the issue is that the camera is shaking kind of and its because of the collision between them.
I am trying to find a way to make this work well, but I can’t find any.
What I have done is to make a weld and weld their humanoidrootpart together and that what made it work but buggy.

1 Like

Is anchoring one of the humanoidRootParts while the animation is playing an option?

You can also use collision groups to prevent player’s characters from touching one another.