Heya, I’ve been trying to work on this swapping mechanic and while what i’ve setup works everytime i change character, the location of the swapped character is move a bit to the left or right depending on the camera location
tried that, but has no difference to transform D:
Did you try the controller rotation? Is the camera in the same place? ( relative to the character ).
Is the camera on a boom?
oh also very sorry about such a delay, struggling with wifi right now so i’ve haven been able to make much progress
Looking at your code again, I think I see the problem.
You can’t spawn the new player into the map while the old one is there. They’re going to hit each other.
You can try turning off collision in both players while you make the swap. Otherwise, you’ll need to have a kind of empty pawn that you move to while destroying the first player, and spawning the second player.
funny enough I figured that out right before I saw this XD
![]()



