Hi,
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.
Best regards,