How to fix player is not moving after spawn from plane

hay there I’ve asked a question that how can i spawn player from the plane and after doing what is said in the answer of the question the player spawns but is not moving or falling down and the camara sticks at the location of the player but player is not spawned there can u help me in this situation

Make sure you Possess the Pawn after spawning it,
and if its movement type is Flying, you have to program your own gravity. If it’s Falling then no problem
as long as Gravity is enabled for that Pawn.