This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Chat Logger v4 Fixed | |
| local Players = game:GetService("Players") | |
| local TweenService = game:GetService("TweenService") | |
| local UserInputService = game:GetService("UserInputService") | |
| local CoreGui = game:GetService("CoreGui") | |
| local TextChatService = game:GetService("TextChatService") | |
| local RunService = game:GetService("RunService") | |
| local Stats = game:GetService("Stats") | |
| local MarketplaceService = game:GetService("MarketplaceService") |