i want to know what is a good way to handle multiple GUI’s for animating on say like hovering, clicking, etc. i’m just curious to know what the set up would be like.
what i usually do is:
i use a module script for setting up a tween function so i can use that function multiple times without repeating myself (DRY).
i would have a local script in starterGui. i assume u only need 1 screenGui for all the buttons liek in the image below but i’m unaware of the setup.