Yeah, lives are pretty easy to implement, I just created a public static variable within a new class on a gameobject called ScoreLifeCtr that tracked lives and score. Then whenever the LoseCollider was hit you just add “ScoreLifeCtr.lifeCount–;” to the OnCollision portion.