Need help on how i can i make a text that showing in idle mode after 1 mins!

Here is a working one (do right click / see pic to have it large) done with third person project :
22e1ef7d601855aa9966b685a8b45ae935f58a50.jpeg
All tick events will need to be set as the input axis ones as in movement input / mouse input. All click / key actions will need custom event “awake” to be added like in jump or key “L”
If you need more explanations, don’t hesitate.
Time before sleep screen is set to 5s to do fast check. Change it to 59s to have a min delay (as there is a 1s delay on first count)
This is a basic setting : events are not deactivated and game not paused. Depending of your personal need, some modifications may have to be done.

Edit : You’ll need to create the widget too ^^

Edit 2 : If you add a second camera then instead of showing widget, you can toggle camera and make it move around character for example and add a text / pic, facing camera with a zzz too.