Infinite Loop detected in Construction Script even after detaching all pins

Working on a an infinite runner game:

It was all working fine but suddenly the editor logged an error on pressing the play buttton after implementing the bluescript for placing objects
It says there’s infinite loop in construction script, I can’t figure out why. I tried detaching everything from the construction script pin, yet I keep getting this error

Thanks for your help in advance :slight_smile:

Sorry for the poor resolution of the screenshots, I am working on a 15.6" laptop

If AddCoins function is in construction of Coin actor, so you create coin, then create 6 coins-childs in it, every of them also creates 6 coins-childs and so on…

What you could try to do is to DELETE all the nodes inside the construct and see if still return the error

No, the construction script of coin is empty. I am calling add coins in the construction script of the Floor Tile actor

Yeah I tried that, but still the same error

So, what I did was attach pins and play in another window as that always opens and heres what I got

No the construction of Coin actor is empty