Endless runner floor duplicate spawn problem

Hi
I am trying to make an endless runner, but I am having some difficulty with spawning my duplicate floor tiles. When they spawn at the edge of the original tile they are not as wide as the original tile. What can I do to make them the same size to create a continuous level.

Can you show your BP please…

It is now spawning them on top of the original opposed to being a different size

Your problem is in the return node of “Get Attach Transform” function:

thanks so much this has fixed my problem.
Thanks Again!!