Click and drag to move. First to enter is P1, others are named afterwards. ------------------------------------------------------------------------- Example Project: https://scratch.mit.edu/projects/321321616/ ------------------------------------------------------------------------- Here it is, NO LAG cloud multiplayer system. If you want to make a game using this, remix or give credit. Things you may want to edit: 1)Movement: If you want arrow keys or something else, just make a new sprite and set two variables to represent player's x and y. Then, go to the script called "Movement" and remove the "if". Then, add your x and y variables to the place of mouse x and mouse y. 2)Player Textures: Here, I am using pen to create players. You can make something else, just add them to the costumes to this sprite.First player is P1 and the other is P2. No need to add others.Then, go to the "Draw Players" script and remove the block called "True". If you run the game, your sprites will be shown. 3)Max players: Just change the variable value in the script "New Player Entering". Then, run the "reset" block manually and that will redefine the number of players.