How I can make an chat system?

I want to make a speech system in which the players ’ names will be displayed.

I think you’ll need to either use the P2P for temporary chat, or use Firebase for permanent chat. Both will probably be equally difficult to achieve if you’re new at GDevelop.

Building a chat system into an application can enhance communication features.

Actually, without building from scratch, benefiting from robust, scalable solutions designed for messaging. Here’s a general step-by-step guide on how to integrate a chat API into your application

Step 1: Choose a Chat API
Select a chat API that suits your needs. Popular options include:

Step 2: Register and Set Up Your Account

Step 3: Install SDKs and Libraries

Step 4: Authenticate with the Chat API

Step 5: Implement Chat Features

Step 6: Secure Your Application

Step 7: Test and Deploy