Custom Notifications

Hey, gonna keep this simple but basically how can I make a notification system something like this:

https://gyazo.com/65962fc3c0d376bfb5f8e723f042bad8
(Don’t mind the frame at the bottom)

and I want the core of it to be In a module script like a bunch of my other stuff is:
image

and then eventually define what the text says when it comes in.
image

I have the template of the notification and all of that I just don’t know my workaround coding it because I also want it to happen when you click a button.

you could make a module and then have a function new, and it would clone a gui and set the text that was passed in. you could tween it, and then remove it after a certain amount of time.

You could set it up in an object oriented manner or however you really want. Regardless of what you choose all it would really be doing anyway is cloning the GUI and setting the text to whatever you please.