GuiC_AYAY

ak

Feb 28th, 2025 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local StarterGui = game:GetService("StarterGui")
  2.  
  3. StarterGui:SetCore("SendNotification", {
  4. Title = "Api";
  5. Text = "Injected API";
  6. Duration = 10;
  7. Button1 = "Join Discord";
  8. Callback = function()
  9. setclipboard("https://discord.gg/5bmhvMPZRF") -- Copies Discord link
  10. end
  11. })
  12.  
Advertisement
Add Comment
Please, Sign In to add comment