Hey im a beginner scripter and im wondering if this is the best way to make a gui hover animation just as a reminder the code DOES work but when you put your mouse on the gui then take it away real quick it either doesnt play the animation or it gets big and doesnt go back small or vise versa.
MouseEnter should never be used due to its unreliability. You could create a custom module that handles these events, or use an open sourced module that fixes this problem.
I just said the module does the same thing. Basicly its slightly better because when you intitally hover it will do the tween no matter what but when you stop hovering really quick it doesnt tween you have to wait a full second for it to actually work then you can stop hovering.