Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loadstring(game:HttpGet("https://rawscripts.net/raw/upd5-superbox-siege-defense-supe-box-15572"))()
- -- ignore
- local function callback(Text)
- if Text == "Button1 text" then
- print ("Answer")
- elseif Text == ("Button2 text") then
- print ("Answer2")
- end
- end
- --actual
- local NotificationBindable = Instance.new("BindableFunction")
- NotificationBindable.OnInvoke = callback
- --
- game.StarterGui:SetCore("SendNotification", {
- Title = "Subscribe To Bluezm?"; --the title
- Text = "Alr bro maybe now maybe no maybe later"; --the text
- Icon = ""; --icon if you want
- Duration = 20; --for how many seconds it should be there
- Button1 = "Sure/Nah/Later"; --option
- Callback = NotificationBindable;
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement