Hi! I was wondering if anyone could help me achieve different “chat channels” in relation to a users group rank, similar to:
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!
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.