Help on tweening GUIs

Hi, I am new to scripting and recently this problem kept bugging me. I managed to make a GUI that enables once the part is clicked, but I also wanted to make it more animated or more smooth. In that case, I made my GUI tween by solutions or tutorials. But, I couldn’t find a solution where once if it’s enabled it will run the tweening script. Once again I’m new to scripting, so please elaborate if possible. :smile:

  1. What do you want to achieve? I am trying to achieve to make my GUI’s function properly.

  2. What is the issue? The issue is that I couldn’t figure out how to make my GUI tween once it’s enabled.

  3. What solutions have you tried so far? So far, I have only been experimenting or playing with the scripts on normal tweening tutorials.

Could you show the script you have currently if possible? TweenService would be useful in this scenario, and to make a tween play or set it up, see TweenService:Create() - it’s a useful resource that’ll elaborate on how to tween things properly. You’d place your code below your click function and so on.