# Creating a room online

**URL:** https://community.thunkable.com/t/creating-a-room-online/1296407
**Category:** Questions about Thunkable X
**Tags:** firebase, beginner
**Created:** [May 20, 2021, 3:37pm UTC](https://community.thunkable.com/t/creating-a-room-online/1296407 "2021-05-20T15:37:00Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![youssef.mohamed](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/youssef.mohamed/32/116219_2.png) [@youssef.mohamed](https://community.thunkable.com/u/youssef.mohamed)
#### Post date: [May 20, 2021, 3:37pm UTC](https://community.thunkable.com/t/creating-a-room-online/1296407/1 "2021-05-20T15:37:00Z")

</div>

Can I create an online room in which people join and enter the room with a code, and so on like online games, or not?

---

<div class="post-metadata">

### Author: ![catsarisky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/catsarisky/32/100661_2.png) [@catsarisky](https://community.thunkable.com/u/catsarisky)
#### Post date: [May 20, 2021, 3:47pm UTC](https://community.thunkable.com/t/creating-a-room-online/1296407/2 "2021-05-20T15:47:40Z")

</div>

Yes. You should be able to do that with Thunkable.

---

<div class="post-metadata">

### Author: ![youssef.mohamed](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/youssef.mohamed/32/116219_2.png) [@youssef.mohamed](https://community.thunkable.com/u/youssef.mohamed)
#### Post date: [May 20, 2021, 3:51pm UTC](https://community.thunkable.com/t/creating-a-room-online/1296407/3 "2021-05-20T15:51:32Z")

</div>

I am an Arab  
I do not understand what you just said 😇

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [May 20, 2021, 4:10pm UTC](https://community.thunkable.com/t/creating-a-room-online/1296407/4 "2021-05-20T16:10:54Z")

</div>

Yes, you can do that. There are chat apps and tutorials that can help you with it.

---

<div class="post-metadata">

### Author: ![youssef.mohamed](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/youssef.mohamed/32/116219_2.png) [@youssef.mohamed](https://community.thunkable.com/u/youssef.mohamed)
#### Post date: [May 20, 2021, 6:10pm UTC](https://community.thunkable.com/t/creating-a-room-online/1296407/5 "2021-05-20T18:10:00Z")

</div>

I mean, I can create a game and enter, for example, individuals in different rooms!  
If possible, can you give me a video link or something?

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [May 20, 2021, 6:16pm UTC](https://community.thunkable.com/t/creating-a-room-online/1296407/6 "2021-05-20T18:16:59Z")

</div>

Start by Googling _chat room Thunkable_.

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [May 20, 2021, 6:18pm UTC](https://community.thunkable.com/t/creating-a-room-online/1296407/7 "2021-05-20T18:18:25Z")

</div>

Try this

> [@Making better chat apps with the "Any Component" blocks](https://community.thunkable.com/t/making-better-chat-apps-with-the-any-component-blocks/151783/2):
>
> Let’s make real-time chat Ok, now that we’ve got a proof of concept, let’s make a version where it’s not just you talking to yourself! joy Create a cloud variable To do this all we need is a cloud variable. You can call it anything your like, but since we’re using to to store the text of each message this gets sent, I’ve opted for messageText in this example. [02\_create\_cloud\_variable] When the message changes When you create your first cloud variable in your app a new event…

---

<div class="post-metadata">

### Author: ![youssef.mohamed](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/youssef.mohamed/32/116219_2.png) [@youssef.mohamed](https://community.thunkable.com/u/youssef.mohamed)
#### Post date: [May 20, 2021, 7:07pm UTC](https://community.thunkable.com/t/creating-a-room-online/1296407/8 "2021-05-20T19:07:59Z")

</div>

> [@tatiang](#):
>
> Googling _chat room_

how ?

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [May 20, 2021, 7:29pm UTC](https://community.thunkable.com/t/creating-a-room-online/1296407/9 "2021-05-20T19:29:50Z")

</div>

> [@tatiang](#):
>
> chat room Thunkable

See [this link](https://letmegooglethat.com/?q=chat+room+Thunkable).

---

<div class="post-metadata">

### Author: ![youssef.mohamed](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/youssef.mohamed/32/116219_2.png) [@youssef.mohamed](https://community.thunkable.com/u/youssef.mohamed)
#### Post date: [May 20, 2021, 8:01pm UTC](https://community.thunkable.com/t/creating-a-room-online/1296407/10 "2021-05-20T20:01:22Z")

</div>

I do not want to create a chat application, but a game that will enter, for example, 5 people in the same room playing the same game together

---

<div class="post-metadata">

### Author: ![Dean\_Artis](https://avatars.discourse-cdn.com/v4/letter/d/a8b319/32.png) [@Dean\_Artis](https://community.thunkable.com/u/Dean_Artis)
#### Post date: [May 20, 2021, 8:19pm UTC](https://community.thunkable.com/t/creating-a-room-online/1296407/11 "2021-05-20T20:19:41Z")

</div>

You will use a similar process to get 5 people into an online room to play a game as you would for a chat app.

Study the chat app and adapt it for your game.

---

<div class="post-metadata">

### Author: ![youssef.mohamed](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/youssef.mohamed/32/116219_2.png) [@youssef.mohamed](https://community.thunkable.com/u/youssef.mohamed)
#### Post date: [May 20, 2021, 9:08pm UTC](https://community.thunkable.com/t/creating-a-room-online/1296407/12 "2021-05-20T21:08:39Z")

</div>

I’ll try ❤

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:22pm UTC](https://community.thunkable.com/t/creating-a-room-online/1296407/13 "2024-11-08T13:22:24Z")

</div>


