how to show on screen text?

so i tried the HUD way but i cant write alot or it will just look bad and in 1 line.

What i am trying to do is i have a paper on a table and when the character touches the box trigger text would show up showing whats on the paper and it tried fading the area around the paper but coudnt see the result as i have alot of text to show

examples 1. https://media.moddb.com/cache/images/mods/1/18/17757/thumb_620x2000/2011-05-05_00002.jpg

  1. http://assets1.ignimgs.com/thumbs/userUploaded/2014/10/29/collect-1414557197121.jpg

Thank you

I would go about creating a UMG widget that you spawn once the user clicks on the paper to read it.
You can find more information about how to create it here https://docs.unrealengine.com/en-US/Programming/Tutorials/UMG/3

Hope it helps. Have a nice day!