So I have been wondering how to detect if a player died and i dont know how im pretty sure it would be simple but i just want someone good at scripting to help me with this because im not the best at this stuff
You can detect if a player dies using an event from Humanoid called Died.
player.Character.Humanoid.Died:Connect(function() -- logic here end)