• Particle help
    2 replies, posted
This is not completely lua but I'm not sure where else it would go. So I have a particle that gets activated by code in lua, only problem is it's not continuous. The emitter is set to continuous but it only plays once after being activated. Thanks
for i = 0,7000 do //add your particle spawning code here end
Ignore dingusnin. You will want to use the effects Think function for continues use, or maybe Render (not really sure, try Think first)
Sorry, you need to Log In to post a reply to this thread.