Cross-Team Chat

Hi, I’m wondering how to make it so that two teams can access the same team chat with the new TextChatService?

For example, Team1 and Team2 can both use team chat together, and Team3 and Team4 can have their own too. Any help would be appreciated

1 Like

I think you can create channels in the service, but I’m not sure how.

1 Like

This should able to work, by using TextChannel # ShouldDeliverCallback | Documentation - Roblox Creator Hub on textchannel(-s)

i think of just creating two channels and adding players who are team equal to required team (and update with updated players team) this works too.

Roblox has like made the distance (proximity) chat (otherwords, you can only receive message if you are in position close or equal to who send message) you can learn from this [Proximity-based chat | Documentation - Roblox Creator Hub](https://create.roblox.com/docs/chat/examples/proximity-chat

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