Hi, I just got into creating Multiplayer games using Construct 2.
Photon looked cool and somewhat simple, so I downloaded it and played around with it for a bit. I watched a video on how to make movements and such. It works, until more than two players join.
My Code:
Only a maximum of two Player object instances are made at a time for some reason, causing multiple players to have control over an instance.
Please ignore any events where the object "Creation" is involved. This is something entirely different.
The youtuber I watched has had many people address the same problem in the comments without ever fixing it. He also never showcases a game with more than two players. (Video: https://www.youtube.com/watch?v=rAKvWdPRzlA)
Does anyone know what the problem is?
Thank you.