Setting ParticleEmitter color to parts color

Hello developers I am trying to change my ParticleEmitter color to a parts color the problem is the ParticleEmitter uses rgb and the part does not how would I convert the part to rgb

ParticleEmitters use ColorSequences to be colorful:

particleEmitter.Color = ColorSequence.new(part.Color)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.