How to detect if someone is using team chat?

I have scavenged the dev forum and found a way to detect whisper chat, but when I used the same method to try to detect team chat nothing happened.

1 Like

You can check if the message content begins with either /t or /team (spaces after each phrase).

1 Like

There is a problem with this, for the first message it will say it is team chat, but every other chat message won’t start with that.

Actually, Roblox will automatically begin the message with that phrase for every reply within the team chat. This should be your solution.

Oh, it worked. I must’ve confused it with whisper chat.

Glad we were able to figure it out! <3

Additionally, % denotes the beginning of a team chat message.

1 Like

Just ran into this today. This solution no longer works…