MrArgy

By MrArgy Notification

Aug 24th, 2024 (edited)
24,995
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local StarterGui = game:GetService("StarterGui")
  2. StarterGui:SetCore("SendNotification", {
  3.     Title = "By MrArgy";
  4.     Text = "Credit me if you using this script";
  5.     Duration = 5;
  6.     Button1 = "Okay";
  7. })
Advertisement
Add Comment
Please, Sign In to add comment