local player = game.Players.LocalPlayer local Url = "https://www.roblox.com/headshot-thumbnail/image?userId=" .. player.UserId .. "&width=100&height=100&format=png" local Exec --\\ this part helps to detect the exec Name //-- if identifyexecutor then Exec = tostring(identifyexecutor()) elseif getexecutor then Exec = tostring(getexecutor()) else Exec = "getexecutor/identifyexecutor Function Faliure." end --// end of this part above me \\-- game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Title", --Put Title Here Text = "Description", -- Description or Text Icon = Url, --put image id here or Put "Url" for Player HeadShot Duration = 5, --Duration Of the Notification Button1 = "Button", -- button 1 Button2 = "Button" -- button 2 })