Help Spark/collision particles

example of what i want to achieve: Reference
I would like to know if anyone has experience to make spark particle (more or less the math behind it)
The particles are not handled by roblox physics they are indeed using their own math and run in renderstepped loop, I’ve tried searching something like that in google but found no results (most of the results were in preexisting engines coded in)

The game referenced is project delta

2 Likes

This may be of use:

No, I already saw this, his solution uses roblox physics the aforementioned method I referenced does not.

I made a module that can simulate particles. They use their own physics. Sadly they don’t use parts mesh for collisions (they use box) because there isn’t a good collision api.
Here it is Collideable Particles Module [Self Collisions Update V3.2]
It is goodly optimized. If your game doesn’t contain many heavy scripts, you will be able to simulate even 1000 particles.

Looks to me like it’s just using fast-cast

How are you sure of that?

I see, found your module before the collisions seemed really good so I thought it used roblox physics, thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.