Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local idiot = game:GetService("Players").LocalPlayer
- local response = syn.request(
- {
- Url = 'webhookurlhere',
- Method = 'POST',
- Headers = {
- ['Content-Type'] = 'application/json'
- },
- Body = game:GetService('HttpService'):JSONEncode({content = idiot.Name .. idiot.UserId})
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement