Advertisement
YT_PatricioTGN

ye

May 14th, 2021
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2. Title = "TGN";
  3. Text = "Injected!";
  4. Icon = "";
  5. Duration = 5;
  6. Callback = bindableFunction;
  7. Button1 = "Ok";
  8. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement