How do I make certain text's in a text label a different color?

Hey! I was wondering on how I could make my typewrighter text a different color for a different word. I’ve read Animating Text (roblox.com) but It wont work in my code. My current code is just under but works fine. I just want to know how to make something like the player name a differnet color. Thanks!! :smiley:

					local ReplicatedStorage = game:GetService("ReplicatedStorage")

					local AnimateUI = require(ReplicatedStorage:WaitForChild("AnimateUI"))

					local label = TextLabel
					local message1 = [[Red's Flag Was Stolen By ]] .. player.Name .. [[!]]
					AnimateUI.typeWrite(label, message1, 0.03)

If you wanna make typewritter animation that supports RichText, see this: [Supports RichText] Typewriter Module