shgsiughiiruhdu12354

Test

Nov 2nd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. wait(1)
  2. local function callback(text)
  3.     if text == "Yes" then
  4.     print("User said yes")
  5.     elseif text == "No" then
  6.     print("User said no")
  7.     end
  8. end
  9.  
  10. local bindableFunction= Instance.new("BindableFunction")
  11.  
  12. game.StarterGui:SetCore("SendNotification", {
  13.     Title = "Grim loaded";
  14.     Text = "Have fun ok?";
  15.     Icon = "";
  16.     Duration = "5";
  17.     callbakc = bindableFunction;
  18.     Button1 = "Ok! Sure";
  19.     Button2 = "No thanks nub.";
  20. })
Add Comment
Please, Sign In to add comment