i want to make 1 widget to be gone when i click some event, how?

i want to make 1 of my widget dissapear when i click skill button

how to make my widget dissapear when i click skill?

Hello,

The “Remove from parent” node is probably what you’re looking for or “Set visibility” if you want to keep the widget and remove some elements.

Click on your widget button in the widget designer, you can add an event on “On Clicked”, add remove from parent or set visibility there and then after this you can call whatever custom event you want.