Object spawning at random chanse

Trying to make boxes spawn at 50% chanse but they always do

[Video][1]

Issue might be in placement method, construction script is called only when actor is spawned ot placed in level, including the editor which also might cause issue. I don’t know how you restart the game but you might at least try move it to gameplay event like BeginPlay.

Yea your script will never run in the construction like that your best off to spawn things at runtime like they are meant to be