im making a platformer, the world generates as the player moves and gets detroyed after the player leaves and area.
the way im doing it is to move the player and very object on the layout back at the center of the layout when player.x > 1000 and player.x<500
but im having a an issue when moving many objects at once, the condition to trigger the move is a signal but it triggers multiple time sometimes or or the platforms dont get moved but the player does