How to disable chat window only

I’m trying to disable the chat window, not chat bar, in-game. I’ve looked at other posts, but they only work for all the time. I’m attempting to disable the chat log window, but still allow players to use the chat. How would i do this?

this scrpt disables the chat while letting players able to chat

local TextChatService = game:GetService("TextChatService")

TextChatService.ChatWindowConfiguration.Enabled = false


it can be server script or local script

4 Likes

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