Currently I have my scene set up to where a tween is triggered when the user clicks a button. I have a main menu right now where when the user clicks the single player button, the level select panel slides down. I know right now it only triggers the tween once. How would I edit the script to make it so that the tween will respond every time the user clicks the single player button? I want to have it so that the menu can alternate between the single player and multiplayer panels and right now, I can't get the tween for the single player panel to replay when the user clicks the button more than once.