Sadtrixio

Project Saturn Notify

Dec 10th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. function cnotif(t, b, d)
  2. StarterGui = game.StarterGui
  3. game.StarterGui:SetCore("SendNotification", {
  4. Title = t;
  5. Text = b;
  6. Icon = 'https://www.roblox.com/Thumbs/Asset.ashx?width=420&amp&height=420&amp&assetId=4503606754'; --here decal ID
  7. Button1 = "Okay ;)";
  8. Duration = 99999999999999999999;
  9. })
  10. end
  11.  
  12. local player = game.Players.LocalPlayer.Name --function player
  13. cnotif('Project Saturn', 'www.project-saturn.ml', 9)
  14. --[[
  15. Project Saturn notification 1.0
  16.  
  17. @OPENCUP special for Project Saturn.
  18. If u want use this, you need paste Project Saturn Notification to credits.
  19. ]]
Advertisement
Add Comment
Please, Sign In to add comment