So, as you can see, I have the same function but with different parameters called in startup, the layout four times. The thing is when I call it with the "6-second wait," the result is as shown below (Some context: the boxes are given physics properties and they drop from the green point one by one in a short intervels (loopindex), lastly the crown will be spwan, that is the idea). Below The result is exactly what I wanted.
But the issue arises when I don't use the 6-second wait. If I remove the 6-second wait, the result is as shown below (it spawns everything except the crown).
So, if I call a single function (instead of four) at a time at the start of the layout, it works great. However, when I call all the four functions at once (unless 6 sec wait is given), the issue arises. My question is, how can I make it work without the 6-second wait? I don't want to use this 6-second wait here.
So what I'm doing wrong?