Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function callback(text)
- if text == "Aceptar" then
- elseif text == "No" then
- print(".")
- end
- end
- local bindableFunction = Instance.new("BindableFunction")
- bindableFunction.OnInvoke = callback
- game.StarterGui:SetCore("SendNotification", {
- Title = "TBX Exploit";
- Text = "Injeccion con exito!";
- Icon = "http://www.roblox.com/asset/?id=6242712105";
- Duration = 7;
- Callback = bindableFunction;
- Button1 = "Aceptar";
- })
Add Comment
Please, Sign In to add comment