Need Help Creating Chat Rank Tag System

Does Anyone know How to Make a Chat Tag System That Works on Group Rank ID
and that you can Change the Tag Color the Name Color and Message Color
and also to toggle it with a command that if you do !ToggleChatTag it will remove the tag
example

Before Command Used
[Test] DeGamingLionNL

After Command Used
DeGamingLionNL

After you Reuse the command
[Test] DeGamingLionNL

2 Likes

Do you mean to make a rank system which the player get ranked by getting kills?

no its that when you have in a roblox group like the Rank VIP you get the Tag [VIP] infront of ur name in the Roblox Chat
But i want to also make a Command that when you do !toggleChatTag

it Removes/adds the [VIP] infront of ur name

did check that but cant find anything on how to remove chat tag with command

Listen for player.Chatted where player is the player that types the !ToggleChatTag command in chat and for the target player(I assume the same user?) use the same function you used to set their tags(for old chat it’s SetExtraSomething I think) but with an empty array, {}.

Now to show the tags again when the command is reused either cache them somewhere or make a new API call every time to fetch their current rank.