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.
Hello there! Here’s a method you can use to enable chat channels:
-
In Studio, start a play session and copy all folders & scripts located in “Chat”.
-
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”.
-
Open script
ChatSettings
located inClientChatModules
and edit line 16 to set the parameter to true:module.ShowChannelsBar = true
-
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.
Hope this helps!
Thank you very much, I struggled with this for a long time.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.