Hi, I can not understand why I get an error when using "Spawn Actor"?

can anyone help me figure this out why I get an error message when using “Spawn Actor”?

There might be no TargetPoint actors at all. If they do exist, then you’re getting out of the array range.

Arrays start at zero. Use Length - 1 or better, use LastIndex from the array.

Many thanks :slight_smile: did so, there are no more mistakes)