Skip to main content

Send a notification

Rayfield:Notify({
   Title = "Notification Title",
   Content = "Notification Content",
   Duration = 6.5,
   Image = 4483362458,
})

Lucide icon support

You can use a Lucide icon name in place of a Roblox image ID.
Rayfield:Notify({
   Title = "Notification Title",
   Content = "Notification Content",
   Duration = 6.5,
   Image = "rewind",
})
Not all Lucide icons are supported. See the full list of supported icons. Credit to Lucide and Latte Softworks.

Options

Title
string
required
The notification title.
Content
string
required
The notification body text.
Duration
number
How long the notification stays visible, in seconds.
Image
number | string
Icon for the notification. Pass a Roblox image ID (number) or a Lucide icon name (string).