# 3D Multiplayer?

**URL:** https://forum.makecode.com/t/3d-multiplayer/44405
**Category:** Help
**Created:** [June 8, 2026, 5:05pm UTC](https://forum.makecode.com/t/3d-multiplayer/44405 "2026-06-08T17:05:56Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![AnnoyingDog](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/annoyingdog/32/32198_2.png) [@AnnoyingDog](https://forum.makecode.com/u/AnnoyingDog)
#### Post date: [June 8, 2026, 5:05pm UTC](https://forum.makecode.com/t/3d-multiplayer/44405/1 "2026-06-08T17:05:56Z")

</div>

Is there any possibility that a 3d multiplayer game could be made with the Raycasting extension, or some kind of other version of this extension?

I don’t know how to really tag people because this is my first new topic in this forum, so I’m going to assume you do it like this:

@AqeeAqee , would this be possible, or not? If not, could you think of a way that this could be implemented in a future extension? By doing this, you’d be a big help.

If this is currently or at all not possible, I completely understand. I know coding can be hard. Trust me, I may be a newbie, but I know. I’ve had my fair share of errors and other bad things, so if what I’m asking for isn’t possible, it wouldn’t be a big surprise to me. But if it is possible, I’d love to hear how it is.

Thank you, and have a wonderful day!😃

---

<div class="post-metadata">

### Author: ![Soleb244](https://avatars.discourse-cdn.com/v4/letter/s/aeb1de/32.png) [@Soleb244](https://forum.makecode.com/u/Soleb244)
#### Post date: [July 1, 2026, 5:46pm UTC](https://forum.makecode.com/t/3d-multiplayer/44405/2 "2026-07-01T17:46:31Z")

</div>

Well, the problem with the raycasting 3d is that the two players need to see different things. This _is_ possible with an [extension](https://forum.makecode.com/t/extension-arcade-second-screen/44095), but it only allows different camera positions and visible/invisible sprites. This means you would have to code your own 3d raycaster that draws on a sprite and run it for each of the players. Its possible, but a lot of work.

---

<div class="post-metadata">

### Author: ![richard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/richard/32/5417_2.png) [@richard](https://forum.makecode.com/u/richard)
#### Post date: [July 1, 2026, 5:49pm UTC](https://forum.makecode.com/t/3d-multiplayer/44405/3 "2026-07-01T17:49:09Z")

</div>

the arcade-second-screen extension is not compatible with @AqeeAqee’s raycasting extension today, unfortunately.
