My issue is the fact that I can’t press it for it to be back to its previous state, including position and color. I normally am able to do it, but in this project I’m using Tween, something I have barely worked with before.
This is the current Script which works, as it breaks when I add “if - then”, “elseif - then”, “else”, or any other Conditional Structure:
Use a table for debounce, if you press the Music button, in the table[“Music”] = false or true, I think its better to do this instead table["Music"] = not table["Music"] to switch from true or false.