Stop a character from sliding

The character on the bottom controls the character on top. They are attached by a rod constraint. The character on top is completely massless, yet this sliding still happens.

The feet on the character on bottom have Friction = 2 and FrictionWeight = 100 and the part that the character on bottom is standing on has the same custom friction properties (i.e. the max friction possible).

Any ideas?

What happens If Player 2 Moves the Rod?

Well normally the exact same thing. When the player’s switch control these things happen:

  • The control attachment to move the rod up and down is swapped
  • Who is massless is swapped
  • Who has sticky feet is swapped

But for the sake of testing, I made it so who is massless and who has sticky feet does not get swapped.

try using some type of linear force to try and keep the player stuck to the ground?

I would just anchor them if I didn’t want them to move. The problem is I want the player on bottom to be able to walk around and see no effect of this sliding.