local args = { 10000000000000000000000000000000 } game:GetService("ReplicatedStorage"):WaitForChild("AwardBadgeEvent"):FireServer(unpack(args)) local StarterGui = game:GetService("StarterGui") local NotificationInfo = { Title = "Hey!", Text = "thank for using my script.", Duration = 5, } local function sendWelcomeNotification() StarterGui:SetCore("SendNotification", NotificationInfo) end sendWelcomeNotification()