Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 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 = "StarterCheat";
  23. Text = "";
  24. Text = "Ready!\n-Team exosite";
  25. Icon = "";
  26. Duration = "9999999999999999999999999999999999999999999999999999999999999999999999999999999999999";
  27. callback = bindableFunction;
  28. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement