First you have to create a saved game object, if you haven’t yet, set up a game instance BP, created a saved game BP, and creat an object reference of the saved game in your game instance. From your saved game BP you’ll want to create a “lives variable” probably int. And setup a save function for decrementing and setting the variable. There are numerous tutorials on YouTube for setting up a saved game system, id check one out it’s pretty easy