-- WOAHH!!! MADE WITH GPT!!! local StarterGui = game:GetService("StarterGui") StarterGui:SetCore("SendNotification", { Title = "Hello!", -- Notification title Text = "This is a test notification.", -- Notification text Duration = 5, -- How long the notification lasts (in seconds) Button1 = "OK" -- Modify the OK button text })