I’m trying to make a particle emitter have a lifetime of .5 seconds in a script. But it’s saying that it must be a number range. How do i make it be a number range? i’m currently trying with
ColorSequences are also created from the new constructor. You can pass either one Color3 value, two Color3 values or a table of ColorSequenceKeypoints in order to create sequences.
One Color3 will apply the color as the start and end value of the sequence. Two of them will use the first as the start and the second as the end. A table of ColorSequenceKeypoints allows you to specify at what points colors should change. There’s a minimum of two if I remember correctly, which are the start (time = 0) and end (time = 1) keypoints.