Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
5,629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. local Notification = Instance.new("ScreenGui")
  2.  
  3. Notification.Name = "Notification"
  4. Notification.Parent = game.CoreGui
  5. Notification.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  6.  
  7.  
  8. wait(1)
  9. local function callback(text)
  10. if text == "" then
  11. print("")
  12. elseif text == "" then
  13. repeat
  14. until
  15. nil
  16. end
  17. end
  18.  
  19. local bindableFunction= Instance.new("BindableFunction")
  20.  
  21. game.StarterGui:SetCore("SendNotification", {
  22. Title = "sh4w";
  23. Text = "Welcome Childern of Trey!";
  24. Text = "Ready!\nDiscord: Shaw#7636";
  25. Icon = "";
  26. Duration = "9584721459741";
  27. callback = bindableFunction;
  28. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement