I’m using code that changed the colors of a part and its children that have a color or color3 property, however I can’t edit each keyframe of the colorsequence. Any suggestions/fixes? All help is appreciated.
EDIT: The colorsequence is a property of a particleemitter.
1 Like
Not sure but you could just tween it.
I don’t see how tweening can help if I’m trying to edit it’s colors through a script.
could you provide with the code that you made for it?
1 Like
I solved it just a bit ago, forgot to close the post.
I used a for
loop that puts a new ColorSequenceKeypoint
into a table and makes the particleemitter’s color = ColorSequence.new(table)
.
2 Likes