I have a script that utilizes LoadCharacter instead on having "Automatic Respawn" on. The code works the first time a character resets, but after the second, the character just stays in the died state... What's going on with this? This is my code:
plr:LoadCharacter() plr.Character.Humanoid.Died:Connect(function() wait(3) plr:LoadCharacter() end)