My current game is a runner platformer where my player is automatically set to move. I've added another object that functions like a lift. But here the problem arrives that whenever I jump on the lift, my player continues moving and does not stop on the lift. I want the player to stop when I'm on the lift. How can I do that?