Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local StarterGui = game:GetService("StarterGui")
- StarterGui:SetCore("SendNotification", {
- Title = "Notification Title"; -- Title of the notification
- Text = "Your message goes here!"; -- Message content
- Duration = 5; -- Time in seconds that the notification will stay on screen
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement