How would I achieve different "Chat channels?"

Hi! I was wondering if anyone could help me achieve different “chat channels” in relation to a users group rank, similar to:
image

After ROBLOX updated it, I’m not sure how to do it and I can’t seem to find out anything on the documentation for chat. Thank you so much for any pointers in advance! :heart:

By “Chat channels”, do you mean for the Roblox chat, or for your own custom chat-like system?

You can get the user’s rank in group by using Player:GetRankInGroup(GroupId), and then use that appropriately within your systems to add eligible users to those channels.

For Roblox chat, you can use TextChannels.

1 Like