How do I have my projectile weapons stick into their targets?

I have projectile weapons. They currently fly through everything they collide with. I would like them to stick into the object they hit (they are arrows), and stay there as long as the object exists. Some of the objects move after being hit, so I’d like them to stick into the moving object. How can I do this?

1 Like

Hi devG what you can do is - check if the projectile is in collision (condition) with the desired object and in the action side of it just change the position of the projectile to that of the object. Hope that solves your problem.