FreeRobloxScripts1

Fake Famous User Friend Request

Jun 16th, 2023 (edited)
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. -- Fake Famous User Friend Request
  2. -- Made By Haxker_6666666
  3. -- If You Click Accept Will Nothing Happens
  4.  
  5. game:GetService("StarterGui"):SetCore("SendNotification",{
  6. Title = "Roblox";
  7. Text = "Sent you a friend request!";
  8. Icon = "rbxassetid://13766616654";
  9. Duration = 5;
  10. Button1 = "Accept";
  11. Button2 = "Decline";
  12. })
  13.  
  14. game:GetService("StarterGui"):SetCore("SendNotification",{
  15. Title = "builderman";
  16. Text = "Sent you a friend request!";
  17. Icon = "rbxassetid://13766980085";
  18. Duration = 5;
  19. Button1 = "Accept";
  20. Button2 = "Decline";
  21. })
  22.  
  23. game:GetService("StarterGui"):SetCore("SendNotification",{
  24. Title = "erik.cassel";
  25. Text = "Sent you a friend request!";
  26. Icon = "rbxassetid://13767001754";
  27. Duration = 5;
  28. Button1 = "Accept";
  29. Button2 = "Decline";
  30. })
  31.  
Advertisement
Add Comment
Please, Sign In to add comment