[Deprecated] Notification Cards - Easy & Versatile UI notification system!

Oh my lord! this is amazing. Outstanding work Plasma!!!

Hey, that looks amazing, but I have an issue while using it on a mobile-supported game. Mobile players cannot press anything that’s beneath the GUI, not even move, jump or rotate their camera. I’m sorry if that’s a stupid question. :slight_smile:

(That’s for PC also, no input)

Never mind, found a fix!

Glad you found a fix, what was it?

This is EXACTLY the sort of framework my moderation tool needs! I’ll definitely check this out!
The cards also look very clean and slick. Well made!

Your balance is now $69,420 was a good easter egg

2 Likes

Is there a way I can made some some of the notifications show to the whole server not just the client?

2 Likes

Whoops, meant to answer this earlier. If it’s still relevant:

Set up a remote event that the client listens to. When it’s fired, send a notification. Then, you can selectively Remote:FireClient(Player, etc) or Remote:FireAllClients(etc).

1 Like

Thanks. Big help. Will try this when I am next in Studio. Yep it is still relevant. Been waiting for a reply and to be fair I forgot about it.

1 Like

Wow, this is cool! How could I modify this to display notifications for my upcoming plugin?

I like it a lot only bug I see is if you get to many at once they disappear and you have to clear to see them again. Other than that maybe Only thing I would like to see done would be a trello function added.

2 Likes

+1 to this bug: After 3 cards the UI starts looking like this until you clear it
image

1 Like

Honestly I haven’t touched this system in a long time, might update it later or might not.

2 Likes

Ah I see. Appreicate the reply and keep up the amazing work. (Can’t wait to see your sci-fi game)

This is really useful! Thank You so much. It will help me with a new rp game im working on. Keep on doing what you are doing you are doing such a great job :+1:

2 Likes

Struggling to get this to work, enabled the test examples script but nothing is happening

Move the notification ui to startergui, worked for me after I moved it

Hi,

I am using Notification cards in a local script, but if I try and run in a Module Script in Replcated Storage it does not error but does nothing.

Can it run in a module script?

1 Like

Having same issue, and didn’t even post the fix for it… rip

Edit: For anyone who has this issue, the solution I found was to disable “Scrolling Enabled” in the scrolling frame properties. Somewhere under the Container in Notification UI.

𝓣𝓱𝓲𝓼 𝓲𝓼 𝓬𝓸𝓸𝓵 𝓪𝓷𝓭 𝓪𝓵𝓵, 𝓫𝓾𝓽 𝓽𝓱𝓮 𝓯𝓸𝓷𝓽 𝓶𝓪𝔂 𝓫𝓮 𝓱𝓪𝓻𝓭 𝓽𝓸 𝓻𝓮𝓪𝓭 𝓯𝓸𝓻 𝓭𝔂𝓼𝓵𝓮𝔁𝓲𝓬 𝓹𝓮𝓸𝓹𝓵𝓮 𝓵𝓲𝓴𝓮 𝓶𝓮

1 Like

How can i make compatible with remote events? i tried various things but its not working.