Team Chat: Revived (v1.0)


Screenshot of the interface:


What is this Plugin?

This plugin is a modernized implementation of the now deprecated Team Chat intended to revive and improve upon it with various custom features such as typing indicators, markdown support, notifications with sound, attachments (images, audio, and instances), group chats, a ton of customizability in the settings, and everything previously in the original Team Chat, along with its layout.

Leave suggestions!

Notice any issues? Feel free to post about them! And if you have any suggestions, please don’t hesitate to let me know! Also, if you do have a bug that you found that isn’t in the update queue, please report that as well. Your contributions help.

Here to support the development? Feel free to donate! https://www.roblox.com/games/9772196255/DONATE-HUB#!/store
Get it today: https://create.roblox.com/store/asset/99606868471104/Team-Chat-Revived

Curious on the progress?

I’ll try to post updates here every now and then when there is an update and I get into updating this frequently (this may pause due to me working on other projects). If you want to see our planned updates, view the last section below.


Updates in Queue

  1. Ability to react to messages.
  2. Implement chat bubbles above players while chatting in the viewport.
  3. Make it so that the plugin doesn’t proceed to operate in playtests (to prevent warnings in the console).
52 Likes

Update v0.1.5 - Notifications and Typing

Added support for notification popups in case your Team Chat: Revived interface isn’t actively opened, and added support for user typing indicators.

3 Likes

Update v0.1.6 - Automatic Private Chat Tabs

Added support for automatic private chat tabs. This means that when you join the plugin on the latest build and someone joins your session, you will be able to communicate with that person directly instead of everyone at once.

1 Like

You just devoured @Sun_Battery23238’s plugin idea :sob:

Lol I’m sorry! I didn’t even know he had an idea like this. I just made this one because there’s so little on the market right now sadly. Just making something to create a new market of plugins!

1 Like

All good, original studio team-chat was a hassle since it automatically private messaged friends on the website imo.

1 Like

Lol that’s true! I just kept getting messages on Roblox while not even in studio when I didn’t need to.

1 Like

Update v0.2 - Filtered Messages

Your messages are now going to be filtered not by the Roblox filter because I couldn’t really add it successfully. So I developed my own filter that would detect swear words, even if you tried to bypass it. Sorry I have to add this so I don’t get this thing moderated by Roblox.

5 Likes

This looks great! I don’t have time to try it, but it looks better than the old, official one.

How long did it take you to make this?
How do the chat messages send?


It has been like a month since we knew Team Chat would be removed, so I’m glad someone made something.

I will continue my recreation attempt, which has a different goal: mimic the Team Chat instead of improving it.
I will also continue my standard attempt, which will kind of be an improvement, but it will not be a competitor. You might find out later! :eyes:

1 Like

no point in doing this, just try to make people want to use it over others

if it’s just the same everybody is going to use other improved versions over yours (which makes the work put into it useless)

btw 99% sure this is against tos

2 Likes

It took me only two days to fully get it working with public chatting. January 31st - February 2nd. And they send almost instantly! Just type something in, it goes through my custom filtering system, and there! Instantly sent.

2 Likes

Also trust me, I tried to add the Roblox filter, I literally could not. People had the same issue with plugins, so I just made my own like someone suggested to someone else when they had the same issue. Not to worry, it does have bypass detection!

How does it actually get to other people though?


This is is the case, and making a custom filter probably isn’t against TOS.

1 Like

Quite sure it is for the same reason you can’t just make a custom chat system and a custom filter in-experience, but correct me if I’m wrong. I want plugins like this so I’m not hating, just like, if it gets taken down don’t be surprised.

1 Like

It gets to other people via ServerStorage (not ReplicatedStorage because exploiters). It stores chat logs and chat tabs there. It detects any new chat logs, and updates the UI per new string instances. I’m thinking of making a different system in the near future, but not right now. And I really hope a custom filter isn’t against the TOS lol. Otherwise I’d call this RIGGED.

1 Like

Isn’t this an in-studio plugin???

1 Like

This is forced because of a different reason, I thought?


Are you sure?

It updates game assets. I could add a datastore, but once again, that’s for later due to different systems that can be made for the future. Most likely cause for the script injection request I assume! Not everyone wants to have a datastore.


image

This method of filtering chat is most definitely against TOS since it’s just a table with words you cannot say.

No, you’re allowed to make a custom chat system, but not a custom chat filter. I said that poorly, I meant you cannot create a custom chat system AND a custom chat filter.

Well I’m not too sure what I’m supposed to do here. I’m pretty confused why you can’t use a custom chat system, and a custom filtering system. I cannot add the Roblox filter because plugin issues.