local Tags =
{
--Group --Tag --Color
{"admin", "ADMIN", Color(0, 0, 255, 255) },
{"superadmin", "SUPERADMIN", Color(255, 0, 0, 255) },
{"owner", "OWNER", Color(0, 255, 0, 255) }
}
How you did this code above, I would like for the connections to be displayed like so "[Server] [Admin] Mr. Apple has joined the server!"
I have 8 ranks that I would like to be displayed like how they display in the chat with that code.
I would greatly appreciate that!