Why is my construction script not fully working ?,why is my construction script not working?

You can’t spawn an actor when the game hasn’t begun yet. The construction script runs when you alter any detail in your actor, even in the viewport. You can’t expect it to spawn anything when there’s no game to spawn it into. You can do the spawning on Begin Play.