Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Setting a TextLabel Color to the same as another TextLabel?

Asked by
iFlusters 355 Moderation Voter
8 years ago

So I've tried this:

TextLabel.TextColor3 = Color3.new(TextLabel2.TextColor3)

and various other methods, I don't receive any errors either.

How do I set 1 TextColor the same as another in TextLabels?

1 answer

Log in to vote
0
Answered by 8 years ago
TextLabel.TextColor3 = TextLabel2.TextColor3
Ad

Answer this question