When i reset the game keeps the same score as when i died how can i make it so the score goes back down to zero
//replace 'score' with the name of the variable that stores the score score = 0;
private static int score;
public Classname()
{
score = 0;
}