My begin overalap won't repeat the process for a 2nd time so how will I fix this?

Hi I have been having issues with respawning my ball after I score a goal so how would I fix this issue? I want to have my football teleport back to its original position when a goal is scored.

You haven’t picked an actor to teleport. So what you’re teleporting right now is the triggerbox.

Find the ball actor and put it into the target pin of the teleport node.

thanks I just need to find out how to find the ball actor

If you’re doing this in the level blueprint, you can just select the ball actor then go into the blueprint, then right click and choose “add reference to actor” from the menu.

(this kind of logic should only be in the level blueprint)

If this answer solved your problem, please mark the question as answered. Thanks! =)