So, I'm struggling with this single line of code, all i want to do is add to the value of it. Its quite important that i do this as its tied in with a throttle control of a vehicle im working on. More throttle will equal more lifetime and speed of the emitter. Now, I haven't used .new because that wouldn't work in my system from what i know(which isn't much with emitters) as each function will be repeated adding more power and speed to the vehicle the more the throttle is pressed so, any ideas in what i could do with this?
local emitter = smokeemit.ParticleEmitter emitter.Lifetime.NumberRange = emitter.Lifetime.NumberRange+.05,.05
Any help is much appropriated!