Let's create a Kill Brick to lower players health during the game!
Create an object that you want to be a kill brick.
Open a code builder by pressing
</>

- Navigate to "Events" (Yellow circle) and create "When touched by a player" block

Feel free to change the seconds to how fast you want the player to loose health.
- Navigate to "Player" (Blue circle) and select " Change player health to 0"

- Save your code up the top and test out the result!
