but I added a set actor to hidden in game. Now my objects won’t appear but the one I want to destroy does.
(I only really started using it a few days ago so please forgive me with the questions I’ll keep asking)
Set Actor Hidden In Game node just setup hidden flag. On your second image, you should check New Hidden property to hide actors you want.
In addition, you are working with actors that placed in persist level. After you delete one actor, reference to this one will be invalid. I think you should place this code in your coin blueprint, it eliminate problem with duplicated nodes and invalid references.
The first one was my original one but I deleted that. The second one is my updated one.
The sphere selected is the one I want to appear once the player has pressed E and the box disappears.
The box disappears but the sphere won’t appear alt text