local function notificationCallback(Text) if Text == "باشە!" then print("Welcome notification closed") end end local NotificationBindableFunction = Instance.new("BindableFunction") NotificationBindableFunction.OnInvoke = notificationCallback local function showWelcomeNotification() game.StarterGui:SetCore("SendNotification", { Title = "Kurd Hub"; Text = "سکریپتی بروکهەفن لە خوارەوەی بەشی هاکی یاریەکان ( هاکا ماپا ) دانراون"; Button1 = "باشە!"; Duration = 120; Callback = NotificationBindableFunction; }) end showWelcomeNotification()