Hello there, what im trying to achieve is to convert RGB to Color sequence
I’m making a trail where it colors it as the handle of the tool
-- For example
local Trail = game.ServerStorage.KnifeTrail:Clone()
Trail.Parent = FlyingHandle
Trail.Attachment0 = Attachment0
Trail.Attachment1 = Attachment1
Trail.Color = Handle.Color -- Here is the problem
Any help would be appreciated!