-- Just a simple script xd local TextChatService = game:GetService("TextChatService") local chatWindowConfig = TextChatService.ChatWindowConfiguration -- btw you can edit this chatWindowConfig.HeightScale = 1 chatWindowConfig.WidthScale = 1 -- not this chatWindowConfig.Enabled = true