GuiC_AYAY

ak47

Feb 28th, 2025 (edited)
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. local StarterGui = game:GetService("StarterGui")
  2.  
  3. StarterGui:SetCore("SendNotification", {
  4. Title = "Pulsar"; -- Title
  5. Text = "Injected API"; -- Description
  6. Duration = 10; -- Amt of time for it to stay
  7. Button1 = "Join Discord"; -- Message Button
  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