local tcs = game:GetService("TextChatService")
local chatWindowConfiguration = tcs:FindFirstChildOfClass("ChatWindowConfiguration")
if chatWindowConfiguration then
chatWindowConfiguration.Enabled = true
chatWindowConfiguration.BackgroundColor3 = Color3.new(0, 85, 255)
chatWindowConfiguration.FontFace = Font.fromEnum(Enum.Font.Code)
print(chatWindowConfiguration.BackgroundColor3)
end
![]()
The chatwindow is still default. This is a localscript in the StarterPlayerScripts. I’m going delirious