I’m making a space sim. Right now, whenever a large ship moves, and gets hit by an explosion, the explosion stays where it is, and the burning after affects stay where the explosion. I need a way to make the explosion a child of the object it collided with, and keep it’s position. How should I do that?