Need help (AGAIN )

yall know the little wait after a player dying/resetting how to remove/reduce the wait ty

You’re welcome.

Or you can do this

game.Players.PlayerAdded:Connect(function(plr)
    plr.CharacterRemoving:Connect(funciton(chr)
        plr:LoadCharacter()
    end)
end)