About more then a month ago i made a 3d particle system for roblox. But it didnt allow for much particles to run at the same time so i remade it using Parallel Lua.
In this video you see about 1.800 particles being rendered with a frame rate of above 40fps
EDIT: now runs up to 500 particles with 40fps due to event checks. (Planning on optimizing it).
Just wanted to show people what ive made so far. And wondered if any of you had suggestions for features in a particle system.
I always wanted a way to create 3d particles on Roblox, but it doesn’t exist a option to that, so I would be a lot happy to see this get done! (If isn’t because from the video, it seems already very good!)
It supports meshes or something like that? Or just some premade things?
And can you put public any game with that working so we could really see it? I would be amazed to see it from my computer.
Cool! Personally, I would like to see particles with physics so they can bounce off walls and things, but I don’t know if it would be to performance costly… suppose it’s something to think about.
I will add a collision event to the particles so with your own script you could make it bounce the oposite way of the direction the particle is in oposite to the touched object.
Fps isn’t the only valid benchmarking component. What is the ping in actual game (not studio), compared to normal, while rendering this many particles?