Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function cnotif(t, b, d)
- StarterGui = game.StarterGui
- game.StarterGui:SetCore("SendNotification", {
- Title = t;
- Text = b;
- Icon = 'https://www.roblox.com/Thumbs/Asset.ashx?width=420&&height=420&&assetId=4503606754'; --here decal ID
- Button1 = "Okay ;)";
- Duration = 99999999999999999999;
- })
- end
- local player = game.Players.LocalPlayer.Name --function player
- cnotif('Project Saturn', 'www.project-saturn.ml', 9)
- --[[
- Project Saturn notification 1.0
- @OPENCUP special for Project Saturn.
- If u want use this, you need paste Project Saturn Notification to credits.
- ]]
Advertisement
Add Comment
Please, Sign In to add comment