Widget won't Disappear after Timer is done.

Any idea how to go about doing that? I tried a few experiments but they failed so I went back to this setup since I can freely admit I don’t know enough to get this done. xD

Actually I figured it out… apparently, all I had to do, was add a delay node after the “Add to Viewport” to make it wait a second, and then move the “Remove from parent” node to after the “delay” node. So it would make the widget, wait 1 second, and then remove it as the next widget was created with a new number.

Thank you for leading me to this idea though, it’s greatly appreciated!