Guys, I have no idea why I'm getting these syntax errors from this code. I know I probably look like an idiot and this is something really simple but I just can't see what wrong with it XD
for (int i = 0; i < playerLives; i++;) { Instantiate(heart, heartContainer, false); }
for (int i = 0; i < playerLives; i++;) { Instantiate(heart, heartContainer, false); }