How to remove hud with 2 conditions

Hi there,
I am creating a game and would like to know how to remove the instruction screen after either 5 seconds or if the player has clicked. At the moment this is what it looks like:

So basically i want it to go if(5 seconds passed OR The user Clicks){
Proceed,

Thanks a bunch guys:)

What the issue with this setup? other then being more brute force way to do it and fact that left click will trigger widget removal all the time (you should use DoOnce) i don’t see issue with it. Personally i would implement instruction display in to HUD it self