Hey everybody!
Recently I made a notification system where you can have a custom message, confirm function, and the buttons even change text depending on if it’s a question or not (as shown in the video)
I just want feedback on the GUI and the tweenings, if they’re good or not!
the code is also pretty clean in a local script (the module itself is messy lol)
Looks great! I love this! Though, I would suggest connecting the buttons to either side of the frame with equal padding, as well as adding a blurred drop shadow and also for the animation, rather than setting the size to 0,0,0,0 try making it a 30% smaller and then fading it out.
Buttons should extend to the sides to fill the space:
When the prompt appears or closes, rather than tweening size, tween the size and the transparency of the entire gui (using canvas groups) for a better animation, also make sure that the size is kept at 70% (or any other percentage above 50%) of the original GUI’s size.