Chat histroy doesnt hide

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to hide the message history

  2. What is the issue? Include screenshots / videos if possible!

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    youtube, devforums and still dont work

1 Like

Simply disable ChatWindowConfiguration Enabled property from TextChatService
image

image

1 Like

its still appearing there. i have literally tried almost everything :sob:

Can you show me what you disabled?

Uhh, I think that’s because you forgot to publish the game, because I tested @VonsRevenges method and it worked.

Set the TextChatService version to TextChatService instead of Legacy


it looks like this at the moment i dont want any of that text just the To chat click here or press “/” key.

Click on TextChatService:
image
and change the ChatVersion to TextChatService:
image
After that publish your game.

yeah but i dont want that style, i want the legacychatservice one.

Alright so you would first play the game first and go to Chat:

image

and copy ClientChatModules folder (with CTRL + C), then stop the game and click on Chat and paste the ClientChatModules inside Chat and remove everything except this module:

image

Open it and on line 27/28 edit those 2 settings to true/false like this:

image


it still shows what it shown before