local Callback = Instance.new("BindableFunction") function Callback.OnInvoke(Button) end game:GetService("StarterGui"):SetCore("SendNotification", { Title = game.Players.LocalPlayer.Name, Text = "Diddy wants to invite you to his party!", Icon = 15011943566, Duration = 7, Callback = Callback, Button1 = "diddle", Button2 = "diddy.", }) Callback:Destroy() wait(5) local Callback = Instance.new("BindableFunction") function Callback.OnInvoke(Button) end game:GetService("StarterGui"):SetCore("SendNotification", { Title = game.Players.LocalPlayer.Name, Text = "You have been diddled!", Icon = 15011943566, Duration = 7, Callback = Callback, Button1 = "Close", }) Callback:Destroy() print("made by saffoldtwin2") print("your executor :") print(getexecutorname()) print(identifyexecutor())