How to I create a scoring system that when the player destroys an enemy a text box on the hud goes from 0 to 100 points

I can provide you some hints, not in front of my PC right now, so can’t send you any screenshots.

  1. Make a Variable to store the Score (Player Score)
  2. Once the Enemy is Dead (Destroy Actor), Set the Player score to 100
  3. You can Get the Player Score to Increment it as well, if there are multiple Enemies to be killed.
  4. Then update the score via a Widget

It’s a very simple setup, I will send a screenshot of it later when I get back to my workstation. :slight_smile: