Add messages to the game

How do I add messages to the game? I need lots of different changes to them like size,Bold,Italics,Font etc.
For eg. I need a small script “Press F to use” at the bottom of the screen and a huge fancy wordart style “GAME OVER”. Also, How do I add letters to Boxes and the like so I can make for eg. a school scene much better using it to mark the classrooms.

  1. use UMG for the UI stuff -> game over screen, “press f to use”,… https://docs.unrealengine/latest/INT/Engine/UMG/
  2. for static text (on a wall, door,…) you can either use the text actor or a text texture :slight_smile: