Anyone know if I want to get for example the R value of a colour of a particleEmitter what do I do
I cant grab the particleEmitter.Color.R as that property doesn't exist according to Luau
Or does it?
If it doesnt, what can I do as a workaround?
example:
Instance.new("Part").Color.R = 0 -- Works
Instance.new("ParticleEmitter").Color.R = 0 -- Doesn't work
The error I get is: R is not a valid property of ColorSequence