# Questions on Multiplayer?

**URL:** https://forum.makecode.com/t/questions-on-multiplayer/44099
**Category:** Arcade
**Created:** [May 21, 2026, 3:41pm UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099 "2026-05-21T15:41:49Z")
**Posts on this page:** 17
**Page:** 1

<div class="post-metadata">

### Author: ![The4Lexanator](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/the4lexanator/32/32913_2.png) [@The4Lexanator](https://forum.makecode.com/u/The4Lexanator)
#### Post date: [May 21, 2026, 3:41pm UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/1 "2026-05-21T15:41:49Z")

</div>

So I need a few questions answered 1 being that Can you have 3D multiplayer with the Raycast Extension. Second Is there a way to use a different multiplayer Extension because well it is kinda slow for other users not the host and i mean online multiplayer would be so much better and also If i used the Radio Extension could i have support of up to 10 Player instead of 4 which is what the default Multiplayer Extension has to offer. I would like to know all of the reliable ways to do Online Multiplayer that does not add 1 more screen (Which is pretty annoying)… Anyone?

---

<div class="post-metadata">

### Author: ![NeverStopTheCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/neverstopthecoder/32/21194_2.png) [@NeverStopTheCoder](https://forum.makecode.com/u/NeverStopTheCoder)
#### Post date: [May 21, 2026, 7:25pm UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/2 "2026-05-21T19:25:19Z")

</div>

well if you want more screens check out [[Extension] arcade-seconicd-screen](https://forum.makecode.com/t/extension-arcade-second-screen/44095/4) and ty again @richard and @WoofWoof

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [May 21, 2026, 10:46pm UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/3 "2026-05-21T22:46:54Z")

</div>

I don’t think that extension would help…

To answer this, yes you can have 3D multiplayer using the new tech I discovered, though you would need a lot of JavaScript experience.  
Also, no there is no way to add more than one additional screen.  
This is because whoever hosts the game has a screen, and then every game update the host sends an image to a server. Then all other players connected to the same multiplayer game all download that image from the server all at the same time, so they all show the same image.  
Because none of the game code is running on the other players’ devices, only the host’s, we cannot change this behavior to make them download separate images. We can only change the image the host sends, so that is why only the host’s screen can be different.

The radio extension is only for micro:bits and, while it does appear to work in the simulator, does not have anything to do with the built in multiplayer functionality. Basically, it cannot use the internet and will never be able to unless the MakeCode developers change the code themselves. Only the default multiplayer code can use the built in multiplayer mode that works over the internet. The radio extension only works in the simulator or if you have a physical console that has a radio.

---

<div class="post-metadata">

### Author: ![YamJam](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/yamjam/32/29681_2.png) [@YamJam](https://forum.makecode.com/u/YamJam)
#### Post date: [May 22, 2026, 7:17pm UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/4 "2026-05-22T19:17:08Z")

</div>

Wait, if the radio extension is only for micro:bits, then why is it in the arcade extensions menu??? Shouldn’t it only be on the micro:bits editor?

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [May 22, 2026, 7:37pm UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/5 "2026-05-22T19:37:34Z")

</div>

Half way through writing that I had the thought that maybe some arcade devices have a radio, so I wrote that into the ending but forgot to change the beginning.

---

<div class="post-metadata">

### Author: ![The4Lexanator](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/the4lexanator/32/32913_2.png) [@The4Lexanator](https://forum.makecode.com/u/The4Lexanator)
#### Post date: [May 24, 2026, 6:29pm UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/6 "2026-05-24T18:29:50Z")

</div>

Is there a way to make it so that you can have more than 4 players

---

<div class="post-metadata">

### Author: ![AlexK](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/alexk/32/33339_2.png) [@AlexK](https://forum.makecode.com/u/AlexK)
#### Post date: [May 24, 2026, 6:30pm UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/7 "2026-05-24T18:30:07Z")

</div>

Using the built-in multiplayer capabilities? No.

---

<div class="post-metadata">

### Author: ![The4Lexanator](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/the4lexanator/32/32913_2.png) [@The4Lexanator](https://forum.makecode.com/u/The4Lexanator)
#### Post date: [June 15, 2026, 10:32pm UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/8 "2026-06-15T22:32:13Z")

</div>

Wait wait wait so your telling me that the built in multiplayer is Online not lan???

Wait I was wondering as well that if you wanted to play your multiplayer game with someone on the forum you would have to send them a message but once the message gets posted then you probably can’t play it or asleep how could that be fixed?

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [June 21, 2026, 4:59am UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/9 "2026-06-21T04:59:48Z")

</div>

Yes it is not LAN as Local Area Network would mean you could only play games with someone who is on the same internet connection.

The only times I have been able to play multiplayer games with other forum members was by meeting up in stream chat on Twitch. Streams are 4-5 Eastern Time Monday, Wednesday, Friday on their Twitch channel:

> **[Twitch](https://m.twitch.tv/msmakecode?desktop-redirect=true)**
>
> Twitch is the world's leading video platform and community for gamers.

They are also on YouTube but you can’t see or use chat on there.

I wish there was a way to send a time object that adjusts based on timezone like that /time command on Discord.

---

<div class="post-metadata">

### Author: ![TheEarth](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/theearth/32/34579_2.png) [@TheEarth](https://forum.makecode.com/u/TheEarth)
#### Post date: [June 22, 2026, 5:33pm UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/10 "2026-06-22T17:33:33Z")

</div>

I would do online but i have no one to play with

---

<div class="post-metadata">

### Author: ![The4Lexanator](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/the4lexanator/32/32913_2.png) [@The4Lexanator](https://forum.makecode.com/u/The4Lexanator)
#### Post date: [June 23, 2026, 7:26pm UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/11 "2026-06-23T19:26:40Z")

</div>

Time object? What is that

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [June 23, 2026, 11:58pm UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/12 "2026-06-23T23:58:59Z")

</div>

Never mind!!! This is actually already a feature on Discourse… I think? Here is a test, so this may not be accurate because the feature is kinda confusing to use:

Live streams happen every Monday, Wednesday, and Friday at 8:00 PM→9:00 PM

Hopefully that will work and translate correctly from timezone to timezone, ~~so react with 🎊 if you see a time other than “4:00 Pm → 5:00 Pm”.~~

Ok it looked like this when I posted it for some reason:

 ![IMG_2898](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/a/9/a9718ba4f5d2596c301fc59dcb5dc6c15c33105b.jpeg)

So react with 🎊 if you see numbers other than 4-5Pm or 8-9Pm shown in the screenshot.

---

<div class="post-metadata">

### Author: ![TheEarth](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/theearth/32/34579_2.png) [@TheEarth](https://forum.makecode.com/u/TheEarth)
#### Post date: [June 26, 2026, 4:57am UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/13 "2026-06-26T04:57:54Z")

</div>

I got 1-2 pm sinc I’m in pst

---

<div class="post-metadata">

### Author: ![The4Lexanator](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/the4lexanator/32/32913_2.png) [@The4Lexanator](https://forum.makecode.com/u/The4Lexanator)
#### Post date: [June 26, 2026, 5:39pm UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/14 "2026-06-26T17:39:04Z")

</div>

So what is so cool about a time object?

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [June 26, 2026, 5:49pm UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/15 "2026-06-26T17:49:27Z")

</div>

It changes based on your timezone, so I can say stream is 2026-06-26T20:00:00Z and it will change based on the timezone of the person looking at it, so no one has to translate the time from my timezone to theirs

---

<div class="post-metadata">

### Author: ![The4Lexanator](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/the4lexanator/32/32913_2.png) [@The4Lexanator](https://forum.makecode.com/u/The4Lexanator)
#### Post date: [June 29, 2026, 6:34pm UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/16 "2026-06-29T18:34:14Z")

</div>

Why do we need to do Stream?

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [June 29, 2026, 9:09pm UTC](https://forum.makecode.com/t/questions-on-multiplayer/44099/17 "2026-06-29T21:09:02Z")

</div>

You don’t, but it’s very fun to be in stream chat and talk to the mods. If you put a makecode game in chat and ask them to play it, usually Richard will play it at the end of stream. Unless you are @CopySprite and Richard keeps forgetting to play your game 🤣
