As someone that ends up having to work with ColorSequences in code a lot, it would be extremely useful to me if typing in ColorSequence.new({}) and then clicking between the table resulted in a similar prompt that Color3.new() already gives. I’d really prefer not to just store Beam’s or ParticleEmitters throughout the scripts just to reference their color.
Editing a ColorSequence would preferably prompt you with this window (the same one that you get when editing the color of a Beam or ParticleEmitter):
And then it would generate a table with matching ColorSequenceKeypoints:
This would save me a lot of time.