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}) } );