Im making a notification module , and I’m literally out of any ideas,. I hope you tell me what more features this needs, current features:
Smooth animations with TweenService
Resizing frame & TextLabel based on the given text
being able to add option buttons to the notification frame – 1,2 ,none
spam proof (if a notification is completely not in the screen then the duration script will stop, and prevents other upcoming notifications until that frame comes to view)
priority functions {‘Important’,‘Normal’}
being able to choose a duration for the notification, if false then it will not disappear (good with option buttons)
A way to add even more option buttons? We can use UIListLayout for the horizontal listing with “fill” as the horizontal flex, set the button’s size to UDim2.fromScale(1,1) and use UISizeConstraint’s MaxSize property to resize the option buttons inside its frame.
I can’t think of any more ideas just from the text descriptions of what this module currently does though.
I used UIListLayout for the option buttons as well since i am lazy . I have an idea but i think it is useless,(asked this from chat gpt ) : a history list of the pervious notifications, yeah this is useless. I have no ideas left , and 2+ option buttons will make the notification frame uh ugly i guess.
I’ve already added some preset sounds (enter, press, fade), and oh so I added a table where I can add my custom IDs when calling the function, so yeah, already added that.