Personal messages in the game

Hello! I want to make it so that in the chat in the game if you click on the user’s name, a page with personal messages will appear, but I don’t understand how to do this. A section should appear as on the screen, but only with personal messages.
662f814fd7cf1a1a7efcf80abb2d9a2533132463

2 Likes

Hello there! Here’s a method you can use to enable chat channels:

  1. In Studio, start a play session and copy all folders & scripts located in “Chat”.
    image

  2. End the play session, and paste what you just copied into “Chat”. If you do not see “Chat” in the explorer, head to Studio Settings, and scroll down until you see the Explorer settings, and enable “Show Hidden Objects in Explorer”.

  3. Open script ChatSettings located in ClientChatModules and edit line 16 to set the parameter to true:

    module.ShowChannelsBar = true
    

    image

  4. Bam! Chat channels are now enabled in your game. Click on a player name in the chat, send your message and the channel will appear.
    image
    image

Hope this helps!

2 Likes

Thank you very much, I struggled with this for a long time.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.