game.Players.LocalPlayer.CharacterAdded:connect(function(char) local response = syn.request( { Url = 'insert webhook here', Method = 'POST', Headers = { ['Content-Type'] = 'application/json' }, Body = game:GetService('HttpService'):JSONEncode({content = 'person just died in roblox.'}) } ); char.ChildAdded:connect(function(ch) print(ch.Name) end) end)