Hello there! So i’m having a trouble to make it work, im working on a ChatTags.
CODE:
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local TextChatService = game:GetService("TextChatService")
local TextChannels = TextChatService:WaitForChild("TextChannels")
local RBXGeneral: TextChannel = TextChannels:WaitForChild("RBXGeneral")
RBXGeneral.OnIncomingMessage = function(message)
print(message.Text)
end