I figured out color using roblox’s HTML Mimic by using
game.TextChatService.TextChannels.RBXSystem:DisplaySystemMessage("<font color=\"rgb(255, 0, 0)\">Hello world!</font> ")
I am sure this has already been figured out by now but for anyone who doesn’t, this is how.