I’ve been messing with a little project for fun, and my mining on left click mechanic works, but I am getting errors.
Here is the blueprint (be gentle, I’m learning still) and the errors
Might be that the issue is that the BPblock spawn basic is being scheduled for destroy. Do you have some other code outside of this that is deleting them? Destroys are scheduled not instant so it is possible that the trace is picking up an object that has been scheduled for destruction but has not died yet?