Problem with ChatMakeSystemMessage

Hello, I’m trying to use the ChatMakeSystemMessage but it doesn’t work on the new chat made with the TextChatService, but if I use the classic roblox chat, it works.

ChatMakeSystemMessage doesn’t work on the new roblox chat ui?

On the first image is where I choose a map on my game with a gui, it shows the message on the old roblox chat, on the second image is the same thing but the message doesn’t appear.
image
image

Just had the same problem yesterday. But i found a way!

So basicly you need to do this:

game.TextChatService:FindFirstChild("TextChannels"):FindFirstChild("RBXGeneral"):DisplaySystemMessage(YourString)

You can Customize the Message with the Rich Text Markup.

5 Likes

Tysm, I just tried it out and it worked

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.