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!!
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)