Advertisement
Guest User

yeee

a guest
Oct 18th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. var myUserId = 1282879645
  2.  
  3. $.ajax({
  4. type: "POST",
  5. url: "https://api.roblox.com/user/accept-friend-request",
  6. headers: {
  7. "Content-Type":"application/x-www-form-urlencoded",
  8. },
  9. data: "requesterUserId="+myUserId,
  10. success: function(xhr) {
  11. console.log(xhr);
  12. },
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement