Using fastcast I made a gun system which shoots bullets, and once they hit something, particles spawn and move into the “opposite” direction the bullet fired at.
To explain it better heres a small illustration:
Now, how would I go about getting the direction the particles fire at?
I thought about reflecting the direction the bullet, but I don’t know if this is the ideal approach and also don’t know how to program it