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