how to i make a Label or an Alert to popup for a certain amount of time then disappear?

I need an alert or a label to pop up for a second or two and then disappear. is that possible?

Currently the only way for an alert to disappear is when you click the button.

For the label you can use the alpha input(alpha: the opacity of the label) 0 means you cant see it and 100 means its at fully brightness so you can see it.

You could do once in 0 alpha then once start timer and when that timer is done into 100 alpha.

Thanks, I will try this!