How do I access the ROBLOX chat and notification systems like this?

My friend is has a game where they have notifications occur both in the chat and badge notification style/systems, like this:
Screen Shot 2020-12-17 at 12.35.55 PM
Screen Shot 2020-12-17 at 12.35.35 PM

I have a similar chat notification system in my game, but it’s not as clean, and for some reason, not as easy to customize the coloring/style/font of the text:

How could I do the same thing as what my friend did (they couldn’t give me an answer, since they’re part of a team with someone who did the scripting while they did the building, and I do not know the scripter personally)

3 Likes

You’ll want to check out the SetCore function of StarterGui for notifications. For the chat related problems you have, check out the Lua Chat System API.

If you want an example of the Lua Chat System, check out the source code for a chat management tool I made a while ago. It utilizes a lot of the chat related features you have questions about.

3 Likes