Temporary text.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Comet

(Sorry for my English, I just use Google translator)
Is it possible to make it so that by clicking on a button I would have a text, and after a certain time it would disappear back?

:bust_in_silhouette: Reply From: Zylann

You can use a Timer node for this: when the button emits the pressed signal, start the timer. When the timer emits the timeout signal, call hide() on your text.