Advertisement
ProHuilonYTZ

Notification Core

Sep 29th, 2024
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local StarterGui = game:GetService("StarterGui")
  2.  
  3. StarterGui:SetCore("SendNotification", {
  4. Title = "Notification Title"; -- Title of the notification
  5. Text = "Your message goes here!"; -- Message content
  6. Duration = 5; -- Time in seconds that the notification will stay on screen
  7. })
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement