Players can interact pushing each other

Players should be able to equally push each other around the screen. Player2 can push player. Player cannot push player2. https://studio.code.org/projects/gamelab/GldrnD2RBWL1w_gaNRt3h6ydqGk_KJzdCln4M0nCsww

Have they looked at the different kinds of collisions possible? It appears they are using displace. There is probably a better collision type they could use…

Code.org Tool Documentation.

If this still doesn’t help, let us know!

Mike

Yes, they have tried a few different options. They are successful with player pushing player2. The issue is that player2 cannot push player.