Hey Guys could really use some help in figuring out what my problem is... I have a simple concept platformer taking shape and the problem i'm having is moving from level to level... when building the second level or third or fourth do I need to bring a copy of the player into each level cause for some reason what's happening to me is when player enters the bouns level that has a timer when hits zero brings player back to level 1 ( tried to simply use a VAR to hold boolean that toggles if he came from bonus round or not ) if from_bonus = true go to level one and set players position to where the bonus triggered... then I toggle from_bonus = false... but I'm getting two players now spawning one above the other...