Chat tags and other chat modifications module (Without forking the chat) + Rainbow Chat

ChatModules let you create modules that influence the chat, and are designed more for commands and business logic. Message types are a different thing (although very similar).

The documentation (scroll down to Message creator modules) is very helpful with more details on how to do this.

2 Likes

I actually just made something similar to this. Mine makes chatbubble & tags rainbow. This is fairly cool too though!

4 Likes

Hey man!

Was using your module and it is kind of spreading to other people haha. I’m actually not sure if it’s client side cause nobody really told me but normal players sometimes have the rainbow chat and then it disappears over time. It’s a little weird. You might want to look into that.

2 Likes

Thanks for reporting, will look into that

This is a pretty cool module. I suggest making it so you can make the tag rainbow aswell. I fiddled with the code myself to make that happen.

7 Likes

Wow ! Could you pass me the modified script for the TAG? It really looks great. Good job.

In the module script, is there an option to only give rainbow chat for people who bought gamepass and or for specific group ranks only?

Simply add Rainbow = true, under the specs for the badge

Badges =
	{
		{
		BadgeId = 0,
		Tag = {TagText = "Alpha", TagColor = Color3.fromRGB(200, 0, 10)},
		NameColor = Color3.fromRGB(255,255,255),
		Rainbow = true, -- Add this 
		}
	};
2 Likes

Have you fixed the issue where the rainbow spreads to players without the rainbow permission?

I’ve been trying to replicate it, but found very little success, however I am working on redoing the rainbow itself

Hello! Sorry for bumping… is it possible so a certain group rank will have their tag, text, and name in rainbow? That would be really cool.

1 Like

How do I make players eligible for two tags (group and personal) only have the personal tag?

I don’t believe that that feature was ever implanted, that being said I believe that this project deserves an update :wink:

can i at least make a server message system?
https://gyazo.com/05ab229ec06bb69baa4671f74d16fbca

You can use my module: ServerMessageModule - Module for sending server messages to specific or all player(s)

1 Like

Hello,

This is a nice rainbow chat community resource. However, in game some people have rainbow chat but I did not add them in the ExtraDataModule. Only 1 or 2 messages are rainbow, but the rest are not and some people can see that the message is rainbow, some cannot. How can I fix this?

1 Like

Thanks, yeah I do know that there are some issues with the rainbow chat. Just due to this project’s publicity I will probably be working on a redesign soon (after another current project)

This is mainly due to using workarounds (the extra client script)

2 Likes

how did u do that?, if u can tell me tell me pls how :slight_smile:
i am newbie

The rainbow chat isnt working anymore, ive set the value to true with no luck

Is it me or does it sometimes not work the first time you type something in chat?


Edit: Wait nvm it was the wait duration causing the issue.