alright,
so i have wall mounted guns / cannons,
which shoot at given time intervals.
i want to make them so that when they hit a solid object, the bullet will destroy.
it works, but it also destroys other instances of the bullet,
how can i avoid this?
and make it only destroy the instance that is overlapping/"collisionig"?
thanks