I want to create a pause menu that can resume, restart, and quit the current level.
The buttons should be clickable, with tween animations, but they’re entirely unclickable, like the buttons are not there. I used the sticker extension to stick the buttons to the panel but i want them to be interactable. Here is my code, what is wrong?
You will run into issues if you have different tweens with the same name. Give each tween action a different name, Remove a tween when it’s finished playing (or remove it before actioning the tween)
This trigger once will action once only. If the pause menu is hidden and then reappears, it will not trigger a second time: