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

How do I set a Color Sequence?

Asked by 4 years ago

I want to know how to set a color sequence value to a single color by using the Color property of a part. Essentially, I don't WANT it to shift from one color to another, just remain a single color using a Color3 value.

0
I'm not sure what you're asking. Do you want it to change each time you click it to a different color, but have a specific order for the colors? OswinFalls 69 — 4y
0
Nope. Just have it be one color all the time. corncob567 275 — 4y

1 answer

Log in to vote
1
Answered by 4 years ago
Edited 4 years ago

you could create a colorsequence Instance and then set the value of that colorsequence to the color property of the part.

local colorsequence = ColorSequence.new ( Color3 here )
Ad

Answer this question