Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- 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
Advertisement
Add Comment
Please, Sign In to add comment