I was testing to see if it would be possible to create generated terrain and I notice that the Spawn Prop Function stops spawning props after about 90 spawns.

OnBegin<override>()<suspends>:void=
        RT : rotation = IdentityRotation()
         for (Zs:= 0..10):
            for (Xs:= 0..10):
                  SpawnProp(BlockAsset, vector3{X:= Xs*64.0, Y:= Zs*64.0, Z:= 640.0}, RT)
                    Sleep(0.1)
 

This function is supposed to spawn 100 props but stops at about 90. It never actually spawns all 100 props.

@KordyJS Thank you for your report! We would like to look into this further, would you be able to submit a bug report using the form available here? Fortnite Creative