# Chatting Area! Have fun! (Part 1)

**URL:** https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740
**Category:** Show & Tell
**Created:** [June 14, 2021, 9:12pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740 "2021-06-14T21:12:05Z")
**Posts on this page:** 20
**Page:** 415

<div class="post-metadata">

### Author: ![GoObErsandwichdude64](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/goobersandwichdude64/32/34178_2.png) [@GoObErsandwichdude64](https://forum.makecode.com/u/GoObErsandwichdude64)
#### Post date: [June 27, 2026, 4:19pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8510 "2026-06-27T16:19:15Z")

</div>

Is there any extension that lets you do multiplayer, but cam 1 follows player one, cam 2 follows player two, and cam 3 follows player three, cam 4 follows player four, but the players have their own screen and nobody can see their screen?

---

<div class="post-metadata">

### Author: ![radgrapes1](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/radgrapes1/32/34477_2.png) [@radgrapes1](https://forum.makecode.com/u/radgrapes1)
#### Post date: [June 27, 2026, 4:23pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8511 "2026-06-27T16:23:10Z")

</div>

can you send the game link?

---

<div class="post-metadata">

### Author: ![VoxelMaster64](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/voxelmaster64/32/32075_2.png) [@VoxelMaster64](https://forum.makecode.com/u/VoxelMaster64)
#### Post date: [June 27, 2026, 7:49pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8512 "2026-06-27T19:49:07Z")

</div>

not that I’m aware of

---

<div class="post-metadata">

### Author: ![AlexTheGoober63](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/alexthegoober63/32/35080_2.png) [@AlexTheGoober63](https://forum.makecode.com/u/AlexTheGoober63)
#### Post date: [June 27, 2026, 7:52pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8513 "2026-06-27T19:52:58Z")

</div>

“Nulla est fuga, sola dulcis mortis liberatio te liberabit, sed nunc, mecum lude, quoniam indignatus sum quod ludus tuus plures ludos quam meus accipit, hoc non leviter accipiam, nunc butyrum meum arachidis edere debeo, nunc, ibi mane, de via effugiendi cogita, post aliquod tempus insanes, sed noli solliciti esse, non debes cogitare, scis nullam viam exitus esse dum vivis.”

-Goober and Jeremy (probably)

---

<div class="post-metadata">

### Author: ![British\_Dog](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/british_dog/32/34353_2.png) [@British\_Dog](https://forum.makecode.com/u/British_Dog)
#### Post date: [June 27, 2026, 7:53pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8514 "2026-06-27T19:53:54Z")

</div>

Yeah sure let me just remove 96% of the other code I have in there..

Done!

> **[Jumpy Platformer 2.5d](https://arcade.makecode.com/S92918-28148-47934-72823)**
>
> Welcome to the Hood

(The only thing that’s really usable here is the consept)

---

<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 27, 2026, 9:33pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8515 "2026-06-27T21:33:28Z")

</div>

> [@Questions on Multiplayer?](https://forum.makecode.com/t/questions-on-multiplayer/44099/3):
>
> 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.

---

<div class="post-metadata">

### Author: ![GoObErsandwichdude64](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/goobersandwichdude64/32/34178_2.png) [@GoObErsandwichdude64](https://forum.makecode.com/u/GoObErsandwichdude64)
#### Post date: [June 27, 2026, 9:34pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8516 "2026-06-27T21:34:32Z")

</div>

when did goober and jeremy know Latin?

---

<div class="post-metadata">

### Author: ![redSprite](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/redsprite/32/34262_2.png) [@redSprite](https://forum.makecode.com/u/redSprite)
#### Post date: [June 27, 2026, 9:34pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8517 "2026-06-27T21:34:36Z")

</div>

Closest we can get is the [arcade-second-screen](https://forum.makecode.com/t/extension-arcade-second-screen/44095) extension.

---

<div class="post-metadata">

### Author: ![radgrapes1](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/radgrapes1/32/34477_2.png) [@radgrapes1](https://forum.makecode.com/u/radgrapes1)
#### Post date: [June 27, 2026, 9:36pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8518 "2026-06-27T21:36:17Z")

</div>

cool!!!

---

<div class="post-metadata">

### Author: ![VoxelMaster64](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/voxelmaster64/32/32075_2.png) [@VoxelMaster64](https://forum.makecode.com/u/VoxelMaster64)
#### Post date: [June 27, 2026, 11:48pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8519 "2026-06-27T23:48:21Z")

</div>

Its obvious, they knew Latin when they knew Latin (joke)

---

<div class="post-metadata">

### Author: ![VoxelMaster64](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/voxelmaster64/32/32075_2.png) [@VoxelMaster64](https://forum.makecode.com/u/VoxelMaster64)
#### Post date: [June 27, 2026, 11:48pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8520 "2026-06-27T23:48:53Z")

</div>

is there a way to send data to other devices/PCs?

---

<div class="post-metadata">

### Author: ![AlexTheGoober63](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/alexthegoober63/32/35080_2.png) [@AlexTheGoober63](https://forum.makecode.com/u/AlexTheGoober63)
#### Post date: [June 28, 2026, 2:38am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8521 "2026-06-28T02:38:19Z")

</div>

Jeremy grudgingly helped goober type Latin to give off a creepy vibe…then it turns out goober lost his computer because he gambled it to one of those sports betting websites (he needed the money to buy peanut brittle)

---

<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 28, 2026, 2:39am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8522 "2026-06-28T02:39:35Z")

</div>

If you have your own server, you can use webhooks in MakeCode either in JavaScript or with an extension I haven’t the energy to find right now.

---

<div class="post-metadata">

### Author: ![HotPotato677](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/hotpotato677/32/31755_2.png) [@HotPotato677](https://forum.makecode.com/u/HotPotato677)
#### Post date: [June 28, 2026, 5:23pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8523 "2026-06-28T17:23:55Z")

</div>

vegetable?

---

<div class="post-metadata">

### Author: ![ChimbroDaPro](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/chimbrodapro/32/15852_2.png) [@ChimbroDaPro](https://forum.makecode.com/u/ChimbroDaPro)
#### Post date: [June 28, 2026, 10:33pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8524 "2026-06-28T22:33:40Z")

</div>

![IMG_0007](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/1/7/17107a560264633d6a74030f38c700b4e8913ec0.gif)

This is an old gif, but here’s something fun! The MakeMath Graphing Calculator is coming soon…

---

<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: [June 28, 2026, 10:34pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8525 "2026-06-28T22:34:21Z")

</div>

YES! This has been on my wishlist of projects to make for … like … EVER. So glad you’re giving it a go, Chimbro!

---

<div class="post-metadata">

### Author: ![Fangstor](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/fangstor/32/33185_2.png) [@Fangstor](https://forum.makecode.com/u/Fangstor)
#### Post date: [June 28, 2026, 10:35pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8526 "2026-06-28T22:35:31Z")

</div>

Hey guys I’m back from being AFK :3

---

<div class="post-metadata">

### Author: ![MeatballDev](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/meatballdev/32/28502_2.png) [@MeatballDev](https://forum.makecode.com/u/MeatballDev)
#### Post date: [June 29, 2026, 6:18pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8527 "2026-06-29T18:18:16Z")

</div>

YALL, I JUST FOUND SOMETHING OUT

if you subtract 1 year likes from all time likes you can find what the all time leaderboard was 1 year ago

---

<div class="post-metadata">

### Author: ![VoxelMaster64](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/voxelmaster64/32/32075_2.png) [@VoxelMaster64](https://forum.makecode.com/u/VoxelMaster64)
#### Post date: [June 29, 2026, 9:09pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8528 "2026-06-29T21:09:09Z")

</div>

gaaaaaaasp THAT’S INCREDIBLE

---

<div class="post-metadata">

### Author: ![LazerTag2](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/lazertag2/32/32715_2.png) [@LazerTag2](https://forum.makecode.com/u/LazerTag2)
#### Post date: [June 29, 2026, 10:09pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/8529 "2026-06-29T22:09:22Z")

</div>

Emoji Code Sequel:  
@Luke can be 🥦

@redsprite can be 🟥

@AlexTheGoober63 can be 🥜

@WoofWoof can be 🐱

@MeatballDev can be 🧆 (I hope those are meatballs)

@LazerTag2(me) can be 🪵 or ⚡

@CopySprite can be 👾

@randomuser can be 🐐

@British_Dog can be 🐀

[Previous page](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740.md?page=414)

[Next page](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740.md?page=416)
