How can I create these notifications?

I’ve seen these simple friend-like notifications in a few games and I thought they would be a good fit for my game, but when I looked all over the Devforum I couldn’t find any way to recreate them. Photo below
image

game:GetService("StarterGui"):SetCore("SendNotification", {
    Title = "+1 Coal",
    Text = "Backpack",
    Icon = "rbxassetid://1234567890", -- Replace with your actual asset ID
    Duration = 3
})

Also, this is meant to go under Scripting Support, not Platform Usage Support.

2 Likes

Thank you

Thanks, I’ll change it

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.