Widget freezes?

I’m trying to make a door were when you click on it, a widget will apear saying “Door Closed” the widget shows up on the player screen for 1 second and it goes away as it should. But when i click many many times fast on left mouse button, the widget freezes on the screen. Is it a way i can make it so that it dosen’t freeze on the screen?

Try it like this:

To get the wDoor, promote the Return Value of the Create Widget node to a variable.
This script checks whether the widget already exists, and only spawns a new one if there is none.

Thank you so much, it worked