How would I make sparks?

Hi developers!

I am currently working on my new game [BAD Racers] and I have come across issues whilst creating sparks when the car hits another part or wall like MAD CITY. I have no idea on how to script this!

Please help!!!

Please look this up there are multiple topics and models:

1 Like

Try using ParticleEmmiter with a different texture and play with it’s properties to get the desired effect.

1 Like

Check if the car is being touched and if the speed is greater than a certain value, then just create sparks using a particle emitter. Perhaps have multiple parts where it can get hit from.