Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local StarterGui = game:GetService("StarterGui")
- StarterGui:SetCore("SendNotification", {
- Title = "DogeApi"; -- Title
- Text = "Injected API"; -- Description
- Duration = 10; -- Amt of time for it to stay
- Button1 = "Join Discord"; -- Message Button
- Callback = function()
- setclipboard("https://discord.gg/6WfNGaDzC4") -- Copies Discord link
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment