Hi, so I was adding an fps feature to my game, and to see it I had to launch the game instead of playing. So I launched it, it worked fine. The when I clicked play in the editor as I normally do, the ai didn’t move. They were doing the animations they should do, but noone moved from place. I have them to move to the owning player, or pawn with a tick. I have the ai selected to the correct one. I think the player for some reason isn’t registered as player index 0, altough I put this as the revieve input in the PlayerStart. Thanks for your time and hopefully your advice
Gyazo screenshots: Screenshot - 6b5d9f875c6f4b8379e4f71374d86a03 - Gyazo --------- Screenshot - 0248cc8b402f9c44c8371a8394680e9e - Gyazo
Player Index 0 is not guaranteed always. You need to debug whole thing step by step, there is no other way.