TUTORIAL: ----------------------------------------------------------------- Firstly, looking at the custom block. At the start, the player# will be set to 0, then, that's when the custom block starts running. If the number of players is 0 ( Set to 0 at the start ), they will change the players by one, which is why the engine will work more accurately when players click the green flag exactly at the same time. After that, if the player# is more than 1, repeat the player# minus 1, create a clone of the player, as you don't want your player to clone himself! That's all so far! In the next part, we'll add the cloud chat and the clone code! ----------------------------------------------------------------- Full project is here! https://scratch.mit.edu/projects/920371098