I have this script right here, but I do not know how to make it like number ranks
local players = game:GetService("Players")
local serverScriptService = game:GetService("ServerScriptService")
local chatService = require(serverScriptService:WaitForChild("ChatServiceRunner"):WaitForChild("ChatService"))
chatService.SpeakerAdded:Connect(function(player)
local speaker = chatService:GetSpeaker(player)
players[player]:IsInGroup(11392204)
speaker:SetExtraData("Tags",{{TagText = players[player]:GetRoleInGroup(11392204)}})
end)