Hey everyone, I want to know how to keep the current lives of the player when player beats the level and goes to the next one, like in pacman. When my player wins the level, even if the player has one life left, if he beats the level and goes to the next one, he has full lives again and I don't understand how or why. But I know it might have something to do with my players life variable. For the variable, the player has 2 lives to start with. Im trying to keep it current for all the levels if the player is to have 1 life or 0 lives left, it stays like that for all the levels until that player die or gain a new life. Any suggestions for this?