How to send roblox notifications?

ive tried using this

game:GetService("StarterGui"):SetCore("SendNotification",{
	Title = "Notification Title", -- Required
	Text = "Notification Description", -- Required
	Icon = "rbxassetid://1234567890" -- Optional
})

it errors with this

 SetCore: SendNotification has not been registered by the CoreScripts  -  Client 

Idk what this means, or if this is old and doesnt work anymore

It does, you are using it before the coregui loads, wait for it to load before you use it

1 Like

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