I can’t figure out why my rich text isn’t working. I basically wanna incorporate a teams color
local Color = info.TaggedTeam.R * 255 .. "," .. info.TaggedTeam.G * 255 .. "," .. info.TaggedTeam.B * 255 .. ","
NewAward.Info.Text = "Tagged <font color='rgb(" .. Color .. ")'><stroke thickness='0'>" .. info.TaggedPlayer .. "</stroke></font>"