Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function callback(Text)
- if Text == "Yes" then
- loadstring(game:HttpGet("https://pastebin.com/raw/xY27ASht"))()
- elseif Text == ("No") then
- print ("Answer2")
- end
- end
- --
- local NotificationBindable = Instance.new("BindableFunction")
- NotificationBindable.OnInvoke = callback
- --
- game.StarterGui:SetCore("SendNotification", {
- Title = "Title";
- Text = "Description";
- Icon = "rbxassetid://14469756391";
- Duration = 100;
- Button1 = "Yes";
- Button2 = "No";
- Callback = NotificationBindable;
- })
- --
Advertisement
Add Comment
Please, Sign In to add comment