# Multiplayer suggestion

**URL:** https://forum.makecode.com/t/multiplayer-suggestion/16398
**Category:** Show & Tell
**Created:** [November 18, 2022, 5:38pm UTC](https://forum.makecode.com/t/multiplayer-suggestion/16398 "2022-11-18T17:38:20Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Sarge](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/sarge/32/19590_2.png) [@Sarge](https://forum.makecode.com/u/Sarge)
#### Post date: [November 18, 2022, 5:38pm UTC](https://forum.makecode.com/t/multiplayer-suggestion/16398/1 "2022-11-18T17:38:20Z")

</div>

Since separate cameras were confirmed on stream, I thought I’d suggest a set of blocks for the upcoming multi-instance/session multiplayer features. The two most useful blocks (basically all we need, since they’re super flexible) - would be

```auto
on start as player <player>

```

and

```auto
is current player <player>

```

Here’s a mock-up I made to show for them:

 ![Screenshot (295)](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/d/d2e0dcf1485cdb7fe78d38f00f47d3e5d61537ba.png)

## Example

If we wanted to track a certain sprite for a player (each player has their own camera), we would initialize a sprite when the player joins, and make the camera follow it under that player’s instance. If we were drawing a different image to the screen for each player, we could run an if statement inside of the game update loop. Then we draw something else depending on which player is executing the code.

---

<div class="post-metadata">

### Author: ![randomuser](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/randomuser/32/32505_2.png) [@randomuser](https://forum.makecode.com/u/randomuser)
#### Post date: [November 18, 2022, 5:48pm UTC](https://forum.makecode.com/t/multiplayer-suggestion/16398/2 "2022-11-18T17:48:06Z")

</div>

This sounds and looks epic! I support this!

---

<div class="post-metadata">

### Author: ![isoffline](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/isoffline/32/8791_2.png) [@isoffline](https://forum.makecode.com/u/isoffline)
#### Post date: [November 18, 2022, 7:33pm UTC](https://forum.makecode.com/t/multiplayer-suggestion/16398/3 "2022-11-18T19:33:45Z")

</div>

OOH I LOVE THIS!!! (had to)
